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
{"cells":[{"kind":1,"language":"markdown","value":"Get NFT Balance from a canister"},{"kind":2,"language":"javascript","value":"let my = await ic(\"2asuf-uqaaa-aaaaj-azrka-cai\");\n\nlet me = identity.getPrincipal()\n//log(me);\n\nlet my_balance = await my.balance_of_nft_origyn({principal : me});\n\nlog(my_balance);"}]}