ChallengeAuthority
public struct ChallengeAuthority : OperationType, Equatable
                - 
                  
                  
Declaration
Swift
public var challenger: String - 
                  
                  
Declaration
Swift
public var challenged: String - 
                  
                  
Declaration
Swift
public var requireOwner: Bool - 
                  
                  
Declaration
Swift
public init( challenger: String, challenged: String, requireOwner: Bool ) 
View on GitHub
        ChallengeAuthority Structure Reference