Coda by Ian Macalinao
    Preparing search index...

    Type Alias RealmConfigParamsV1Args

    type RealmConfigParamsV1Args = {
        communityMintMaxVoterWeightSource: MintMaxVoterWeightSourceArgs;
        minCommunityWeightToCreateGovernance: number | bigint;
        useCouncilMint: boolean;
    }
    Index
    communityMintMaxVoterWeightSource: MintMaxVoterWeightSourceArgs
    minCommunityWeightToCreateGovernance: number | bigint
    useCouncilMint: boolean