Variable MetaMethodTypeToEthersMetaClassMappingConst

MetaMethodTypeToEthersMetaClassMapping: {
    callStatic: "callStatic";
    estimateGas: "estimateGas";
    extractParams: undefined;
    meta-method: undefined;
    multicallStatic: "callStatic";
    populateTransaction: "populateTransaction";
    send: "functions";
} = ...

Type declaration

  • Readonly callStatic: "callStatic"
  • Readonly estimateGas: "estimateGas"
  • Readonly extractParams: undefined
  • Readonly meta-method: undefined
  • Readonly multicallStatic: "callStatic"
  • Readonly populateTransaction: "populateTransaction"
  • Readonly send: "functions"

Generated using TypeDoc