Authority
public struct Authority : Decodable
Response type for authority structure in RPC endpoint responses.
-
Declaration
Swift
public var threshold: EosioUInt64 -
Declaration
Swift
public var keys: [KeyWeight] -
Declaration
Swift
public var waits: [WaitWeight] -
Declaration
Swift
public var accounts: [PermissionLevelWeight]
View on GitHub
Authority Structure Reference