Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

readonly
constructors: Vec<ContractConstructorSpecV0>
readonly
messages: Vec<ContractMessageSpecV0>
readonly
events: Vec<ContractEventSpecV0>
readonly
docs: Vec<Text>