Interface BaseAccountTransactionSummary

Hierarchy

Properties

cost: bigint

The transaction cost paid by the transaction subject. In the case the transaction is sponsored by another party, the transaction cost will be accessible in sponsor.cost.

energyCost: Energy
hash: TransactionHash
index: bigint
sender: AccountAddress

The account address of the transaction subject.

sponsor?: SponsorDetails

Optional sponsor details, which are present in the case the transaction is sponsored by another party. The details hold the sponsorring account and the transaction cost attributed to that account.

The account transaction type

Generated using TypeDoc