getABIMethod
getABIMethod(
methodNameOrSignature,appSpec):ABIMethod
Defined in: packages/abi/src/abi-method.ts:184
Returns the ABI method object for a given method name or signature and ARC-56 app spec.
Parameters
Section titled “Parameters”methodNameOrSignature
Section titled “methodNameOrSignature”string
The method name or method signature to call if an ABI call is being emitted.
e.g. my_method or my_method(unit64,string)bytes
appSpec
Section titled “appSpec”The app spec for the app
Returns
Section titled “Returns”The ABIMethod