libplanet
libplanet copied to clipboard
@planetarium/tx: Provide decoding functions besides encoding functions
- [ ]
decodeUnsignedTxWithSystemAction(encoded: Value): UnsignedTxWithCustomActions - [ ]
decodeUnsignedTxWithCustomActions(encoded: Value): UnsignedTxWithCustomActions - [ ]
decodeSignedTx<T extends UnsignedTxWithSystemAction | UnsignedTxWithCustomActions>(encoded: Value): SignedTx<T>
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.