Interface PartialWBTCUTXODocument

interface PartialWBTCUTXODocument {
    hash: string;
    output: string;
    outputIndex: number;
    value: string;
    vault: string;
}

Properties

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