Interface BitcoinAbiValue

The Bitcoin ABI value.

Abi

interface BitcoinAbiValue {
    name: string;
    type: ABIDataTypes;
}

Properties

Properties

name: string

The name of the input.

The type of the input.