Increase Nonce
API Increase nonce structure:
{
"maker": "str",
"new_nonce": "int",
"gas_fee": {"type": "GasFee", "fields": "gas_fee_scheme"},
"salt": "int",
"sign": {"type": "list", "min": 2, "max": 2, "item_schema": {"type": "int", "min": 0}},
}Last updated