Skip to main content

TransactionStatus enum

Signature:

export declare enum TransactionStatus

Enumeration Members

MemberValueDescription
FAILED"FAILED"The transaction has been rejected.
FINAL"FINAL"The transaction has been validated by the blockchain.
INJECTED"INJECTED"The transaction has been injected into a block, but is not completely valid yet.
PENDING"PENDING"The transaction will be injected into a block soon.