Delete task subscription
Unsubscribes a node from a specific task.
Body
Represents a request to unsubscribe from a node task.
This struct encapsulates the necessary parameters for unsubscribing from a node task, including optional gas-related fields.
The small ID of the task to unsubscribe from.
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 unsubscription request.
This struct contains the transaction digest, which is a unique identifier for the transaction associated with the node task unsubscription.
The transaction digest. This is a unique identifier for the transaction.