Interface TxOutput

interface TxOutput {
    script: Uint8Array;
    value: bigint;
}

Properties

Properties

script: Uint8Array
value: bigint