Skip to content

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.

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

Arc56Contract

The app spec for the app

ABIMethod

The ABIMethod