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

    Interface OutputFormat

    Output format interface. Matches Rust OutputFormat trait.

    interface OutputFormat {
        name(): string;
        roundTrippable(): boolean;
        processOutput(state: Cli): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    • Process seed from CLI state and return output string

      Parameters

      Returns string