Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface SeedMetadata

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

    Properties

    name?: string
    note?: string
    createdAt?: Date