Mintbase / mintbase-js

Powerful open-source library for doing all things NFTs on the NEAR protocol.
https://docs.mintbase.xyz
MIT License
63 stars 23 forks source link

Didn't handle raw bytes args #539

Open hanakannzashi opened 1 month ago

hanakannzashi commented 1 month ago

When use FunctionCall, args can be a JSON (object) or a raw bytes (Buffer or Uint8Array), but Bitte Wallet only handle the JSON, didn't handle the raw bytes

raw
hanakannzashi commented 1 month ago

https://github.com/near/near-api-js/blob/near-api-js%404.0.3/packages/transactions/src/action_creators.ts#L87:L120