Function contract::mint::get_mint_runtime_args  
        source ·
        [−]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)
