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

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

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

Properties

readonly
depositor: AccountId
readonly
verifier: Option<MultiSigner>
readonly
deposit: Balance
readonly
raised: Balance
readonly
end: BlockNumber
readonly
cap: Balance
readonly
lastContribution: LastContribution
readonly
firstPeriod: LeasePeriod
readonly
lastPeriod: LeasePeriod
readonly
trieIndex: TrieIndex