data (response payload) and lastResponse (request metadata).
Example
Properties
| Property | Type | Description |
|---|
data (response payload) and lastResponse (request metadata).
const response = await client.getTradeSmartTransaction(
accountAddress,
smartTransactionAddress
);
console.log(response.data.tradableAssets);
console.log(response.data.status);
| Property | Type | Description |
|---|
Was this page helpful?