Coda by Ian Macalinao
    Preparing search index...
    interface RealmV1 {
        accountType: GovernanceAccountType;
        authority: Option<Address>;
        communityMint: Address;
        config: RealmConfig;
        name: string;
        reserved: number[];
        votingProposalCount: number;
    }
    Index

    Properties

    authority: Option<Address>
    communityMint: Address
    config: RealmConfig
    name: string
    reserved: number[]
    votingProposalCount: number