@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Interface SeedMetadata

    The optional metadata a Seed carries (CBOR map keys 3, 4 and 2).

    interface SeedMetadata {
        name?: string;
        note?: string;
        creationDate?: Date;
    }
    Index
    name?: string

    A short label (map key 3).

    note?: string

    Free text (map key 4).

    creationDate?: Date

    When the seed was created (map key 2).