Reference / Modules / client / Transaction
Interface: Transaction
client.Transaction
Table of contents
Properties
- createdOn
- error
- fees
- from
- id
- method
- pallet
- reserved
- successful
- tip
- to
- total
- transferDirection
- transferValue
- type
Properties
createdOn
• createdOn: string
Defined in
packages/client/src/Balance.ts:38
error
• Optional
error: TransactionError
Defined in
packages/client/src/Balance.ts:42
fees
• fees: Fees
Defined in
packages/client/src/Balance.ts:35
from
• from: ValidAccountId
Defined in
packages/client/src/Balance.ts:29
id
• id: string
Defined in
packages/client/src/Balance.ts:28
method
• method: string
Defined in
packages/client/src/Balance.ts:32
pallet
• pallet: string
Defined in
packages/client/src/Balance.ts:31
reserved
• reserved: string
Defined in
packages/client/src/Balance.ts:36
successful
• successful: boolean
Defined in
packages/client/src/Balance.ts:41
tip
• tip: string
Defined in
packages/client/src/Balance.ts:34
to
• Optional
to: ValidAccountId
Defined in
packages/client/src/Balance.ts:30
total
• total: string
Defined in
packages/client/src/Balance.ts:37
transferDirection
• transferDirection: TransferDirection
Defined in
packages/client/src/Balance.ts:40
transferValue
• transferValue: string
Defined in
packages/client/src/Balance.ts:33
type
• type: TransactionType