Skip to main content

AssetTransactionReport

@centrifuge/sdk


@centrifuge/sdk / AssetTransactionReport

Type Alias: AssetTransactionReport

AssetTransactionReport: object

Defined in: src/types/reports.ts:169

Type declaration

amount

amount: Currency

assetId

assetId: string

epoch

epoch: string

fromAsset?

optional fromAsset: object

fromAsset.id

id: string

fromAsset.name

name: string

timestamp

timestamp: string

toAsset?

optional toAsset: object

toAsset.id

id: string

toAsset.name

name: string

transactionHash

transactionHash: string

transactionType

transactionType: AssetTransactionType

type

type: "assetTransactions"