Interface IUtxoProcessorArgs

UtxoProcessor constructor arguments.

interface IUtxoProcessorArgs {
    networkId: string | NetworkId;
    rpc: RpcClient;
}

Properties

Properties

networkId: string | NetworkId

The RPC client to use for network communication.

Generated using TypeDoc