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

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

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

Properties

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