Coda by Ian Macalinao
    Preparing search index...

    Type Alias RelationshipEntryArgs

    type RelationshipEntryArgs = {
        key: Address;
        kind: RelationshipKindArgs;
    }
    Index

    Properties

    Properties

    key: Address

    The address of the related account.

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