Interface BitcoinInterfaceAbiBase<T>

This interface is used to define the Bitcoin interface ABI.

Abi

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

Type Parameters

Hierarchy (view full)

Properties

Properties

name: string
type: T