interface UtxoDto {
    txid: string;
    vout: number;
}

Properties

Properties

txid: string

Transaction ID

Example

"f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16"
vout: number

Output index

Example

0

Generated using TypeDoc