Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/contractsAbi/types.ts>ContractContractSpecV3

Package publishing for deno.land/x/polkadot
Go to Latest
interface ContractContractSpecV3
implements Struct
import { type ContractContractSpecV3 } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/contractsAbi/types.ts";

Properties

readonly
constructors: Vec<ContractConstructorSpecV3>
readonly
messages: Vec<ContractMessageSpecV2>
readonly
events: Vec<ContractEventSpecV2>
readonly
docs: Vec<Text>