counter-rust-deprecated
counter-rust-deprecated copied to clipboard
Pass smart contract (mutable) methods to Wallet
When logging in, we can pass methods that will be placed into the function-call access key. Please see: https://github.com/near-examples/guest-book/issues/508
and note that the methods that need to be passed will only be the mutable methods used by the frontend, not the view-only methods.