Interface IGetUtxosByAddressesRequest

Argument interface for the RpcClient.getUtxosByAddresses RPC method.

interface IGetUtxosByAddressesRequest {
    addresses: string[] | Address[];
}

Properties

Properties

addresses: string[] | Address[]

Generated using TypeDoc