Struct elrond_wasm::abi::ContractAbi[][src]

pub struct ContractAbi {
    pub build_info: BuildInfoAbi,
    pub docs: &'static [&'static str],
    pub name: &'static str,
    pub constructors: Vec<EndpointAbi>,
    pub endpoints: Vec<EndpointAbi>,
    pub has_callback: bool,
    pub type_descriptions: TypeDescriptionContainerImpl,
}

Fields

build_info: BuildInfoAbidocs: &'static [&'static str]name: &'static strconstructors: Vec<EndpointAbi>endpoints: Vec<EndpointAbi>has_callback: booltype_descriptions: TypeDescriptionContainerImpl

Implementations

A type can provide more than 1 type descripions. For instance, a struct can also provide the descriptions of its fields.

Crate name, but with underscores instead of dashes.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.