You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Uint8Array is a general-purpose byte-array that’s available in both nodejs and browsers.
// Buffer is a subclass of Uint8Array that’s only available in nodejs
// So we must use Uint8Array, instead of Buffer
in chrome will
node test is ok
decode event key error TypeError: Buffer.from(...).readBigUInt64LE is not a function
starcoin.js/src/onchain_events/index.ts
Line 155 in 963b2cf
The text was updated successfully, but these errors were encountered: