near / near-sdk-rs

Rust library for writing NEAR smart contracts
https://near-sdk.io
Apache License 2.0
454 stars 243 forks source link

Add support of Borsh for args #77

Closed MaksymZavershynskyi closed 4 years ago

MaksymZavershynskyi commented 4 years ago

We should be able to parse args using Borsh and not JSON, when specified by the smart contract developer.

evgenykuzyakov commented 4 years ago

https://github.com/nearprotocol/near-sdk-rs/pull/74