Struct multiversx_sc_modules::dns::AbiProvider
source · pub struct AbiProvider {}
Trait Implementations§
source§impl ContractAbiProvider for AbiProvider
impl ContractAbiProvider for AbiProvider
type Api = UncallableApi
source§fn abi() -> ContractAbi
fn abi() -> ContractAbi
Associated function that provides the contract or module ABI.
Since ABI generation is static, no state from the contract is required.