Nodes

Create node registration transaction

Create node registration transaction

Registers a new node in the system.

post/nodes/register

Request body

gasstring

Optional gas object ID. If not provided, the default is None.

gas_budgetinteger nullable

Optional gas budget. If not provided, the default is None.

gas_priceinteger nullable

Optional gas price. If not provided, the default is None.

Response

Node registration successful

tx_digeststring required

The transaction digest. This is a unique identifier for the transaction.

Changes

Changed in 2 of the 12 revisions of this API.4