Class: PolymeshTransaction<ReturnValue, TransformedReturnValue, Args>
base/PolymeshTransaction.PolymeshTransaction
Wrapper class for a Polymesh Transaction
Type parameters
Name | Type |
---|---|
ReturnValue | ReturnValue |
TransformedReturnValue | ReturnValue |
Args | extends unknown [] | [] = unknown [] |
Hierarchy
-
PolymeshTransactionBase
<ReturnValue
,TransformedReturnValue
>↳
PolymeshTransaction
Properties
args
• args: Args
arguments for the transaction in SCALE format (polkadot.js Codec)
Defined in
base/PolymeshTransaction.ts:39
blockHash
• Optional
blockHash: string
hash of the block where this transaction resides (status: Succeeded
, Failed
)
Inherited from
PolymeshTransactionBase.blockHash
Defined in
base/PolymeshTransactionBase.ts:96
blockNumber
• Optional
blockNumber: BigNumber
number of the block where this transaction resides (status: Succeeded
, Failed
)
Inherited from
PolymeshTransactionBase.blockNumber
Defined in
base/PolymeshTransactionBase.ts:101
error
• Optional
error: PolymeshError
stores errors thrown while running the transaction (status: Failed
, Aborted
)
Inherited from
Defined in
base/PolymeshTransactionBase.ts:76