minhnn
(minhnn | EasyStake.net)
1
1 Like
Stuart
(Stuart | RadixPool)
2
The new core-api has a parse function that will take an unsigned or signed transaction blob and return the component parts.
Ref:
minhnn
(minhnn | EasyStake.net)
3
Thank, if the transaction is not existed yet (just in prepare step and not in the finalize step yet), can we do the parse with new core-api?
Stuart
(Stuart | RadixPool)
4
Yes, there is an “signed” option in the api call which you can just set to false and it will parse the unsigned transaction hex blob.
minhnn
(minhnn | EasyStake.net)
5
Thanks, I will try this soon.