Submit new node registration transaction
Node Registration
POST /register{
"gas": "0x123",
"gas_budget": 1000, # optional
"gas_price": 10 # optional
}Last updated
POST /register{
"gas": "0x123",
"gas_budget": 1000, # optional
"gas_price": 10 # optional
}Last updated
{
"tx_digest": "0xabc"
}{
"error": "Failed to submit node registration tx"
}