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

x/polkadot/types/interfaces/parachains/types.ts>ParachainProposal

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

Properties

readonly
proposer: AccountId
readonly
genesisHead: HeadData
readonly
validators: Vec<ValidatorId>
readonly
name: Bytes
readonly
balance: Balance