Interface IWBTCUTXODocument

interface IWBTCUTXODocument {
    blockId: bigint;
    hash: string;
    output: string;
    outputIndex: number;
    value: bigint;
    vault: string;
}

Properties

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