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 FilePrivateValidatorKey: Codable
Codable
init(from:)
public init(from decoder: Decoder) throws
init(privateKey:)
public init(privateKey: Ed25519PrivateKey)
address
let address: Address
publicKey
let publicKey: PublicKey
privateKey
let privateKey: PrivateKey
encode(to:)
public func encode(to encoder: Encoder) throws