stellar-js-sdk icon indicating copy to clipboard operation
stellar-js-sdk copied to clipboard

Playing with Stellar JavaScript SDK - Stellar Lumens

Results 2 stellar-js-sdk issues
Sort by recently updated
recently updated
newest added

``` let txDetails = Stellar.xdr.TransactionEnvelope.fromXDR(historyPage.records[1].envelope_xdr, 'base64') txDetails._attributes.tx._attributes.operations.map(operation => console.log(`Transferred amount: ${operation._attributes.body._value._attributes.amount.low} XLM`)) ``` Having difficulty now .. possibly due to changes in the structure of the envelope_xdr of a transactions....

``` (node:8840) UnhandledPromiseRejectionWarning (node:8840) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was...