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

    Properties

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