Phasing
Approve Transaction
Approve (vote for) a phased transaction.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Create Phased Transaction
Create a phased transaction with conditional deferred execution based on the result of a vote, on a list of linked transactions or on the revelation of a secret; or simply with unconditional deferred execution.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Account Phased Transaction Count
Get the number of pending phased transactions associated with an account given the account ID.
Method: GET
Example response: 200
Get Account Phased Transactions
Get pending phased transactions associated with an account given the account ID in reverse chronological creation order.
Method: GET
Example response: 200
Get Asset Phased Transactions
Get pending phased transactions based on an asset in reverse chronological creation order. These transactions can be considered transaction approval requests.
Method: GET
Example response: 200
Get Currency Phased Transactions
Get pending phased transactions based on a currency in reverse chronological creation order. These transactions can be considered transaction approval requests.
Method: GET
Example response: 200
Get Hashed Secret Phased Transactions
Returns a list of phased by hash transactions with phasingHashedSecret and phasingHashedSecretAlgorithm as specified.
Method: GET
Example response: 200
Get Linked Phased Transactions
Gets the phased transactions with by-transaction voting model for a given linkedFullHash, regardless of their phasing status (pending, approved or rejected).
Method: GET
Example response: 200
Get Phasing Poll
Get the details of a phasing poll.
Method: GET
Example response: 200
Get Phasing Poll Vote
Get a cast phasing poll vote given a phased transaction ID and an account ID of a voter, if it is still available.
Method: GET
Example response: 200
Get Phasing Poll Votes
Get all cast phasing poll votes in a phasing poll given a phased transaction ID, if they are still available.
Method: GET
Example response: 200
Get Voter Phased Transactions
Get pending phased transactions which include a whitelist in reverse chronological creation order.
Method: GET
Example response: 200
Last updated