interface Forger {
    forge(params: ForgeParams): Promise<string>;
}

Implemented by

Methods

Methods