Interface EthCallParam

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

Properties

Properties

calldata: string
context: undefined | EthCallContext