GroupV1: {
    agentIdentities: undefined | AgentIdentityPlugin[];
    appDatas: undefined | AppDataPlugin[];
    assets: PublicKey<string>[];
    attributes: undefined | AttributesPlugin;
    autograph: undefined | AutographPlugin;
    collections: PublicKey<string>[];
    dataSections: undefined | DataSectionPlugin[];
    groups: PublicKey<string>[];
    header: AccountHeader;
    key: Key;
    lifecycleHooks: undefined | LifecycleHookPlugin[];
    linkedAppDatas: undefined | LinkedAppDataPlugin[];
    linkedLifecycleHooks: undefined | LinkedLifecycleHookPlugin[];
    name: string;
    oracles: undefined | OraclePlugin[];
    parentGroups: PublicKey<string>[];
    pluginHeader: undefined | Omit<PluginHeaderV1, "publicKey" | "header">;
    publicKey: PublicKey<string>;
    updateAuthority: PublicKey<string>;
    uri: string;
    verifiedCreators: undefined | VerifiedCreatorsPlugin;
}

Type declaration

Generated using TypeDoc