interface Injector {
    inject(signedOperationBytes): Promise<string>;
}

Implemented by

Methods

Methods

Generated using TypeDoc