Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface ContractConstructorSpecV2
implements Struct
import { type ContractConstructorSpecV2 } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/contractsAbi/index.ts";

Properties

readonly
label: Text
readonly
selector: ContractSelector
readonly
args: Vec<ContractMessageParamSpecV2>
readonly
docs: Vec<Text>