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

Implemented by

Methods

Methods