fn get_mint_runtime_args() -> (String, u64, u64, String, AccountHash, u64)
Expand description

Returns the runtime args needed for mint entrypoint to run

It gets Metadata, price, amount and recipient from runtime args, and returns them as a tuple : (String , u64, u64, String , AccountHash, u64)