interface ParserProvider {
    prepareCodeOrigination(params): Promise<OriginateParams>;
}

Implemented by

Methods

Generated using TypeDoc