Enumeration AtomicTransactionComposerStatus

Enumeration Members

Enumeration Members

BUILDING: 0

The atomic group is still under construction.

BUILT: 1

The atomic group has been finalized, but not yet signed.

COMMITTED: 4

The atomic group has been finalized, signed, submitted, and successfully committed to a block.

SIGNED: 2

The atomic group has been finalized and signed, but not yet submitted to the network.

SUBMITTED: 3

The atomic group has been finalized, signed, and submitted to the network.

Generated using TypeDoc