SelectiveDisclosureResponse
public struct SelectiveDisclosureResponse : Codable
Selective disclosure response.
-
Error, set if the request fails.
Declaration
Swift
public var error: EosioError?
-
List of authorizors, returned if the request is successful.
Declaration
Swift
public var authorizers: [EosioReferenceAuthenticatorSignatureProvider.Authorizer]?
-
Declaration
Swift
public init()
-
Declaration
Swift
public init(error: EosioError)