Struct elrond_wasm_module_dns::AbiProvider[][src]

pub struct AbiProvider {}

Trait Implementations

The generated ABI generation code uses the same types as the contract to provide TypeAbis to endpoints. This associated type allows Self::BigUint to also make sense in the ABI context. Read more

The generated ABI generation code uses the same types as the contract to provide TypeAbis to endpoints. This associated type allows Self::BigInt to also make sense in the ABI context. Read more

The generated ABI generation code uses the same types as the contract to provide TypeAbis to endpoints. It sometimes references the contract storage manager type in with storage mappers, as for example in SingleValueMapper<Self::Storage, i32>. Read more

The generated ABI generation code uses the same types as the contract to provide TypeAbis to endpoints. It is referenced by contract calls in general, as for example in AsyncCall<Self::Send>. Read more

Associated function that provides the contract or module ABI. Since ABI generation is static, no state from the contract is required. 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.