Interface IGetUtxosByAddressesResponse

Return interface for the RpcClient.getUtxosByAddresses RPC method.

interface IGetUtxosByAddressesResponse {
    entries: UtxoEntryReference[];
}

Properties

Properties

Generated using TypeDoc