Module near

Source
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.