我已经能够near dev-deploy
使用近壳来运行Rust 合约,然后调用一个函数“new”near call my-account new '{"param1": "foo"}'
但是,当我将相同的合同部署到使用NEAR Wallet创建的首选帐户时,这不起作用。
错误是:
Smart contract panicked: panicked at 'Cannot deserialize the contract state.: Custom { kind: InvalidInput, error: "Unexpected length of input" }',