Avalanche SDK Client
Preparing search index...
methods/pChain
PChainTransactionStatus
Type Alias PChainTransactionStatus
PChainTransactionStatus
:
"Committed"
|
"Pending"
|
"Dropped"
|
"Unknown"
Represents the status of a transaction.
Committed
: The transaction is (or will be) accepted by every node.
Pending
: The transaction is being voted on by this node.
Dropped
: The transaction will never be accepted by any node in the network. Check the
reason
field for more information.
Unknown
: The transaction hasn’t been seen by this node.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
Avalanche Docs
Avalanche SDK Client
Loading...
Represents the status of a transaction.
Committed: The transaction is (or will be) accepted by every node.Pending: The transaction is being voted on by this node.Dropped: The transaction will never be accepted by any node in the network. Check thereasonfield for more information.Unknown: The transaction hasn’t been seen by this node.