network_index property

int? network_index
getter/setter pair

Some blockchains specify an operation index that is essential for client use. For example, Bitcoin uses a network_index to identify which UTXO was used in a transaction. network_index should not be populated if there is no notion of an operation index in a blockchain (typically most account-based blockchains).

Implementation

// ignore: non_constant_identifier_names
int? network_index;