0

我在这一步遵循 Near NFT zero to hero 指南https://docs.near.org/docs/tutorials/contracts/nfts/core

我应该可以打电话的地方

$ near call $NFT_CONTRACT_ID nft_transfer '{"receiver_id": "benjiman.testnet", "token_id": "token-1", "memo": "Go Team :)"}' --accountId $NFT_CONTRACT_ID --depositYocto 1

并将令牌从我的帐户中删除并传递给另一个帐户,但它什么也不做,没有显示错误,这是转移调用的返回

Scheduling a call: danielbezerra2.testnet.nft_transfer({"receiver_id": "benjiman.testnet", "token_id": "token-1", "memo": "Go Team :)"}) with attached 0.000000000000000000000001 NEAR
Doing account.functionCall()
Receipt: GUFw2RaE6EDJhXfVTCH1FQ51mGm781qJkpcKuWyZaz92
        Log [danielbezerra2.testnet]: Memo: Go Team :)
Transaction Id F1NUBgM4e2mM581VGvo9TW2LnWRR3aXkWjSUXkN3NWVg
To see the transaction in the transaction explorer, please open this url in your browser
https://explorer.testnet.near.org/transactions/F1NUBgM4e2mM581VGvo9TW2LnWRR3aXkWjSUXkN3NWVg
''

但是当我调用视图 nft_token 我仍然有令牌时,我尝试检查 git 分支 4.core 以使用 repo 上的代码,我仍然有相同的效果,不知道我应该如何调试这个或我缺少什么

4

0 回答 0