@sentio/sdk
    Preparing search index...

    Interface EthCallParam

    interface EthCallParam {
        calldata: string;
        context: undefined | EthCallContext;
    }
    Index

    Properties

    Properties

    calldata: string
    context: undefined | EthCallContext