Function iota_json::resolve_move_function_args
source ยท pub fn resolve_move_function_args(
package: &MovePackage,
module_ident: Identifier,
function: Identifier,
type_args: &[TypeTag],
combined_args_json: Vec<IotaJsonValue>,
) -> Result<Vec<(ResolvedCallArg, SignatureToken)>, Error>
Expand description
Resolve the JSON args of a function into the expected formats to make them usable by Move call This is because we have special types which we need to specify in other formats