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
these functions are declared in the contract standards as returning numbers, but the NEP states they should be strings. Perhaps they should be handled as bigints and JSON serialized as strings
confirmed that the top NFT contracts on Paras return as string
near contract call-function as-read-only nft.goodfortunefelines.near nft_total_supply text-args '' network-config mainnet now
▹▸▹▹▹ Getting a response to a read-only function call ... --------------
No logs
--------------
Result:
"1608"
--------------
these functions are declared in the contract standards as returning numbers, but the NEP states they should be strings. Perhaps they should be handled as bigints and JSON serialized as strings
near-sdk-js/packages/near-contract-standards/src/non_fungible_token/enumeration/index.ts
Line 7 in b58ac04
The text was updated successfully, but these errors were encountered: