We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct GenesisValidator: Codable
Codable
init(address:publicKey:power:name:)
public init(address: Address, publicKey: PublicKey, power: Int64, name: String)
init(from:)
public init(from decoder: Decoder) throws
encode(to:)
public func encode(to encoder: Encoder) throws