Coda by Ian Macalinao
    Preparing search index...

    A single membership relationship (e.g. to a collection or group) recorded in a CreateGroupV1 call.

    type RelationshipEntry = {
        key: Address;
        kind: RelationshipKind;
    }
    Index

    Properties

    Properties

    key: Address

    The address of the related account.

    The kind of relationship this entry represents (e.g. collection membership, group nesting).