Interface ParsedPartialWBTCUTXODocument

interface ParsedPartialWBTCUTXODocument {
    hash: string;
    output: Buffer;
    outputIndex: number;
    value: bigint;
    vault: string;
}

Properties

hash: string
output: Buffer
outputIndex: number
value: bigint
vault: string