Nodes
Create claim funds transaction
Create claim funds transaction
Claims funds for completed stacks.
POST
Body
application/json
Represents a request to claim funds from a stack.
This struct encapsulates the necessary parameters for claiming funds from a stack, including optional gas-related fields.
The small IDs of the stacks to claim funds from.
Optional gas object ID.
If not provided, the default is None
.
Optional gas budget.
If not provided, the default is None
.
Required range:
x > 0
Optional gas price.
If not provided, the default is None
.
Required range:
x > 0
Optional node badge IDs.
If not provided, the default is None
.
Response
200 - application/json
Represents a response to a node claim funds request.
This struct contains the transaction digest, which is a unique identifier for the transaction associated with the claim funds.
The associated transaction digest.