Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/index.ts>ContractMessageSpecV2

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

Properties

readonly
label: Text
readonly
selector: ContractSelector
readonly
mutates: bool
readonly
payable: bool
readonly
args: Vec<ContractMessageParamSpecV2>
readonly
returnType: Option<ContractTypeSpec>
readonly
docs: Vec<Text>