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

Hierarchy (View Summary)

Properties

Properties

txid: string
vout: number