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

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

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

Properties

readonly
constructors: Vec<ContractConstructorSpecV1>
readonly
messages: Vec<ContractMessageSpecV1>
readonly
events: Vec<ContractEventSpecV1>
readonly
docs: Vec<Text>