OPNet
    Preparing search index...

    Interface BitcoinInterfaceAbiBase<T>

    This interface is used to define the Bitcoin interface ABI.

    Abi

    interface BitcoinInterfaceAbiBase<T extends BitcoinAbiTypes> {
        name: string;
        type: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    type: T