Interface EventBaseData

This interface is used to define the Bitcoin interface ABI.

Abi

interface EventBaseData {
    name: string;
    type: Event;
    values: BitcoinAbiValue[];
}

Hierarchy (view full)

Properties

Properties

name: string
type: Event
values: BitcoinAbiValue[]