Search
Preparing search index...
The search index is not available
symbol-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/infrastructure/TransactionGroup"
TransactionGroup
Enumeration TransactionGroup
A transaction could be classified in the following groups:
Unconfirmed: The transaction reached the P2P network. At this point, it is not guaranteed that the transaction will be included in a block.
Confirmed: The transaction is included in a block.
Partial: The transaction requires to be cosigned by other transaction participants in order to be included in a block.
Index
Enumeration members
Confirmed
Partial
Unconfirmed
Enumeration members
Confirmed
Confirmed
:
= "confirmed"
Partial
Partial
:
= "partial"
Unconfirmed
Unconfirmed
:
= "unconfirmed"
Globals
"src/infrastructure/
Transaction
Group"
Transaction
Group
Confirmed
Partial
Unconfirmed
Generated using
TypeDoc
A transaction could be classified in the following groups: