Interface IUtxosByAddressesEntry

Collection of data returned by the GetUtxosByAddresses method.

interface IUtxosByAddressesEntry {
    address?: string;
    outpoint: ITransactionOutpoint;
    utxoEntry: IUtxoEntry;
}

Properties

address?: string
utxoEntry: IUtxoEntry

Generated using TypeDoc