Coda by Ian Macalinao
    Preparing search index...
    type GroupV1Args = {
        assets: Address[];
        collections: Address[];
        groups: Address[];
        key: KeyArgs;
        name: string;
        parentGroups: Address[];
        updateAuthority: Address;
        uri: string;
    }
    Index

    Properties

    assets: Address[]

    The addresses of the assets that are direct members of this group.

    collections: Address[]

    The addresses of the collections that are direct members of this group.

    groups: Address[]

    The addresses of the child groups nested under this group.

    key: KeyArgs

    Account discriminator; always Key.GroupV1.

    name: string

    The group's display name.

    parentGroups: Address[]

    The addresses of the groups that this group is itself a member of.

    updateAuthority: Address

    The authority allowed to update the group and manage its membership.

    uri: string

    The URI pointing to the group's off-chain JSON metadata.