BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface CommandArgs

    Command arguments for the seed command.

    interface CommandArgs {
        count?: number;
        hex?: string;
    }
    Index

    Properties

    Properties

    count?: number

    The number of bytes for the seed. Must be in the range 16..=256.

    hex?: string

    Raw hex data for the seed.