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.