Expand description
#[near]
and #[near_bindgen]
documentation module
This is not a real module; here we document the attributes that #[near]
and #[near_bindgen]
macro use.
Functions§
- handle_
result - Support Result types regardless of how they’re referred to inner
#[near]
annotation. - init
- Initialization Methods inner
#[near]
annotation. More details can be found here - payable
- Payable Methods inner
#[near]
annotation. More details can be found here - private
- Private Methods inner
#[near]
annotation. More details can be found here - result_
serializer - Result serialization inner
#[near]
annotation.