Interface IGetUtxosByAddressesResponse

Return interface for the RpcClient.getUtxosByAddresses RPC method.

interface IGetUtxosByAddressesResponse {
    entries: IUtxoEntry[];
}

Properties

Properties

entries: IUtxoEntry[]