import Foundation

public protocol XyoSigner {
    func getPublicKey () -> XyoObjectStructure
    func getPrivateKey () -> XyoObjectStructure