sbtc-developer-release icon indicating copy to clipboard operation
sbtc-developer-release copied to clipboard

[stacks-signer] Retrieve pending withdrawals from the stacks node

Open jferrant opened this issue 1 year ago • 0 comments

Description

Create a function to retrieve the list of pending withdrawal transactions to process

Context

Signers need to know what data they are compelled to process/what they need to do. Depends on function definition of the clarity contract call. These function calls probably require the caller to submit the reward cycle they are asking about

Expected Approach

Query the pox-4 contract using a readonly function call to retrieve and deserialize the expected info.

Acceptance Criteria

  • [ ] Test that the function to call clarity read only deserializes the info correctly

jferrant avatar Nov 08 '23 20:11 jferrant