Coda by Ian Macalinao
    Preparing search index...
    interface RealmConfigArgs {
        communityMintMaxVoterWeightSource: MintMaxVoterWeightSourceArgs;
        councilMint: OptionOrNullable<Address>;
        legacy1: number;
        legacy2: number;
        minCommunityWeightToCreateGovernance: number | bigint;
        reserved: number[];
    }
    Index

    Properties

    communityMintMaxVoterWeightSource: MintMaxVoterWeightSourceArgs
    councilMint: OptionOrNullable<Address>
    legacy1: number
    legacy2: number
    minCommunityWeightToCreateGovernance: number | bigint
    reserved: number[]