Skip to content

Commit

Permalink
feat: remove active public key & signature
Browse files Browse the repository at this point in the history
  • Loading branch information
martonlederer committed Jun 23, 2023
1 parent 2f16fe2 commit 4cc5ca3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/strategy/strategies/Othent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,6 @@ export default class OthentStrategy implements Strategy {
return signedTransaction;
}

public async signature(
data: Uint8Array,
algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams
): Promise<Uint8Array> {
return new Uint8Array(1);
}

public async getActivePublicKey(): Promise<string> {
return "";
}

public async dispatch(transaction: Transaction): Promise<DispatchResult> {

}
Expand Down

0 comments on commit 4cc5ca3

Please sign in to comment.