Create task subscription transaction
Create task subscription transaction
Subscribes a node to a specific task.
Body
Represents a request to subscribe to a node task.
This struct encapsulates the necessary parameters for subscribing to a node task, including optional gas-related fields.
The price per one million compute units.
x > 0
The small ID of the task 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 task subscription request.
This struct contains the transaction digest, which is a unique identifier for the transaction associated with the node task subscription.
The transaction digest. This is a unique identifier for the transaction.