near / cargo-near

Cargo extension for building Rust smart contracts on NEAR
Apache License 2.0
34 stars 17 forks source link

Should `__contract_abi` be a part of the embedded ABI? #62

Open itegulov opened 2 years ago

itegulov commented 2 years ago

Ditto, basically it is unclear whether we should include __contract_abi in the ABI, because technically it is also an exposed callable function.