Structs§
- ArgInfo
- A single argument of a function after it was processed by the bindgen.
- Attr
SigInfo - Information extracted from method attributes and signature.
- Impl
Item Method Info - Information extracted from
ImplItemMethod
. - Init
Attr - Item
Impl Info - Information extracted from
impl
section. - Item
Trait Info - Information extracted from
ItemTrait
. - Metadata
Visitor - Information relevant to metadata extracted from the
impl
section decorated with#[near_bindgen]
. - Serializer
Attr - Trait
Item Method Info - Information extracted from trait method.
Enums§
- Bindgen
ArgType - Input
Struct Type - Whether the input struct is used for serialization or deserialization.
- Method
Type - Type of the method.
- Serializer
Type - Type of serialization we use.