OPNet
    Preparing search index...

    Interface EventBaseData

    This interface is used to define the Bitcoin interface ABI.

    Abi

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    type: Event
    values: BitcoinAbiValue[]