Options
public struct Options : Decodable
Represents Options in Graphene blockchain
-
Undocumented
Declaration
Swift
public let votingAccount: String -
Undocumented
Declaration
Swift
public let delegatingAccount: String -
Undocumented
Declaration
Swift
public let numCommittee: Int -
Undocumented
Declaration
Swift
public let votes: [Any] -
Undocumented
Declaration
Swift
public let extensions: [Any] -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Options Structure Reference