UtxoProcessor (Class)¶
UTXO processor coordinating address tracking and UTXO updates.
network_id
property
¶
network_id: Optional[NetworkId]
The network id used by the processor (if set).
__new__
¶
__new__(rpc: RpcClient, network_id: NetworkId) -> UtxoProcessor
set_coinbase_transaction_maturity_daa
staticmethod
¶
set_coinbase_transaction_maturity_daa(network_id: NetworkId, value: int) -> None
Set the coinbase transaction maturity period DAA for a network.
set_network_id
¶
set_network_id(network_id: NetworkId) -> None
Set the network id for the processor.