Left Curve Software Stack
    Preparing search index...

    Type Alias ContractEvent

    type ContractEvent = {
        contract_event: { contract: Address; data: Json; type: string };
    }
    Index

    Properties

    Properties

    contract_event: { contract: Address; data: Json; type: string }