Interface PsbtTxOutput

interface PsbtTxOutput {
    address: undefined | string;
    script: Uint8Array;
    value: bigint;
}

Hierarchy

  • TransactionOutput
    • PsbtTxOutput

Properties

Properties

address: undefined | string
script: Uint8Array
value: bigint