Type Alias MethodArgs<TSignature>

MethodArgs: LodashTypes["methods"][TSignature]["argsObj" | "argsTuple"]

Maps a method signature from the Lodash smart contract to the method's arguments in either tuple or struct form

Type Parameters