Skip to content

Commit

Permalink
IOS-2948 Added error to the signer protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Feb 6, 2023
1 parent 32ad3ad commit 3d40e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swift/Sources/AnySigner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public typealias SigningOutput = Message

// TANGEM
public protocol Signer {
var error: Error? { get }

func sign(_ data: Data) -> Data
}

Expand Down

0 comments on commit 3d40e59

Please sign in to comment.