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

x/polkadot/types/interfaces/contractsAbi/index.ts>ContractContractSpecV2

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

Properties

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