[][src]Crate near_bindgen_core

Modules

initializer_attribute

Functions

get_return_serialization

Get code to serialize the return value.

process_impl

Processes impl section of the struct.

process_method

Attempts processing impl method. If method is pub and has &self, &mut self or self then it is considered to be a part of contract API, otherwise no tokens are is returned. If method is a valid contract API then we examine its arguments and fail if they use complex pattern matching.

publicly_accessible

Checks whether the method should be considered to be a part of contract API.