OPNet
    Preparing search index...

    Interface BitcoinAbiValue

    The Bitcoin ABI value.

    Abi

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

    Properties

    Properties

    name: string

    The name of the input.

    The type of the input.