Create model subscription transaction
Create model subscription transaction
Subscribes a node to a specific model.
Body
Represents a request to subscribe to a node model.
This struct encapsulates the necessary parameters for subscribing to a node model, including optional gas-related fields.
The echelon ID associated with the subscription.
x > 0
The name of the model to subscribe to.
Optional gas object ID.
If not provided, the default is None
.
Optional gas budget.
If not provided, the default is None
.
x > 0
Optional gas price.
If not provided, the default is None
.
x > 0
Optional node badge ID.
If not provided, the default is None
.
Response
Represents a response to a node model subscription request.
This struct contains the transaction digest, which is a unique identifier for the transaction associated with the node model subscription.
The transaction digest. This is a unique identifier for the transaction.