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

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

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

Properties

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