@sentio/sdk
    Preparing search index...

    Type Alias EthCallContext

    EthCallContext: Message<"processor.EthCallContext"> & {
        address: string;
        blockTag: string;
        chainId: string;
    }

    Type Declaration

    • address: string

      from field: string address = 2;

    • blockTag: string

      from field: string block_tag = 3;

    • chainId: string

      from field: string chain_id = 1;

    from message processor.EthCallContext