Handle this inline
const callArgument = argument instanceof CallArgument ? argument : CallArgument.newBytes( convertArgument(functionName, functionAbi, argument, position, genericTypeParams).bcsToBytes()); Copy
const callArgument = argument instanceof CallArgument ? argument : CallArgument.newBytes( convertArgument(functionName, functionAbi, argument, position, genericTypeParams).bcsToBytes());
Deprecated
Handle this inline
Example