We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Parsing an XDR to display the results as Javascript. For ex: calling simulateTransaction to get a [token balance] (https://github.com/stellar/soroban-react-payment/blob/main/src/helpers/soroban.ts#L318):
simulateTransaction
Converting an i128 from an XDR to String: helper method
Convert an u32 from an XDR to Number: helper method
Convert Bytes from an XDR to String: helper method