Class: PolymeshTransactionBatch<ReturnValue, TransformedReturnValue, Args>
base/PolymeshTransactionBatch.PolymeshTransactionBatch
Wrapper class for a batch of Polymesh Transactions
Type parameters
Name | Type |
---|---|
ReturnValue | ReturnValue |
TransformedReturnValue | ReturnValue |
Args | extends unknown [][] = unknown [][] |
Hierarchy
-
PolymeshTransactionBase
<ReturnValue
,TransformedReturnValue
>↳
PolymeshTransactionBatch
Properties
blockHash
• Optional
blockHash: string
hash of the block where this transaction resides (status: Succeeded
, Failed
)
Inherited from
PolymeshTransactionBase.blockHash
Defined in
base/PolymeshTransactionBase.ts:106
blockNumber
• Optional
blockNumber: BigNumber
number of the block where this transaction resides (status: Succeeded
, Failed
)
Inherited from
PolymeshTransactionBase.blockNumber
Defined in
base/PolymeshTransactionBase.ts:111
error
• Optional
error: PolymeshError
stores errors thrown while running the transaction (status: Failed
, Aborted
)
Inherited from
Defined in
base/PolymeshTransactionBase.ts:86
multiSig
• multiSig: null
| MultiSig
This will be set if the signingAddress is a MultiSig signer, otherwise null
When set it indicates the transaction will be wrapped as a proposal for the MultiSig,
meaning .runAsProposal
should be used instead of .run
Inherited from
PolymeshTransactionBase.multiSig
Defined in
base/PolymeshTransactionBase.ts:119
receipt
• Optional
receipt: ISubmittableResult
stores the transaction receipt (if successful)
Inherited from
PolymeshTransactionBase.receipt
Defined in
base/PolymeshTransactionBase.ts:91
status
• status: TransactionStatus
= TransactionStatus.Idle
current status of the transaction
Inherited from
PolymeshTransactionBase.status