Authority
public struct Authority : ECHOCodable, Decodable
                Class used to represent the weighted set of keys and accounts that must approve operations.
- 
                  
                  
Undocumented
Declaration
Swift
public let weightThreshold: Int - 
                  
                  
Undocumented
Declaration
Swift
public let accountAuths: [AccountAuthority] - 
                  
                  
Undocumented
Declaration
Swift
public let keyAuths: [AddressAuthority] - 
                  
                  
Undocumented
Declaration
Swift
public init(weight: Int, keyAuth: [AddressAuthority], accountAuth: [AccountAuthority]) - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
- 
                  
                  
Undocumented
Declaration
Swift
public func toData() -> Data? - 
                  
                  
Undocumented
Declaration
Swift
public func toJSON() -> Any? 
View on GitHub
        Authority Structure Reference