Interface RawUTXOResponse

interface RawUTXOResponse {
    outputIndex: number;
    scriptPubKey: ScriptPubKey;
    transactionId: string;
    value: string;
}

Properties

outputIndex: number
scriptPubKey: ScriptPubKey
transactionId: string
value: string