Interface ApproxParamsGenerator

interface ApproxParamsGenerator {
    generate(router, context): Promisable<ApproxParamsStruct>;
}

Implemented by

Methods

Methods

Generated using TypeDoc