How to get the account id for a delegate action in a Near protocol contract?
I’m trying to use delegate actions with my contract.
I use near view with a contract method and get a MethodNotFound error, but the contract was deployed successfully
I created a .wasm file using this Rust code