Wallet

public struct Wallet : Decodable

Nimiq wallet returned by the server.

  • id

    Hex-encoded 20 byte address.

    Declaration

    Swift

    public var id: String
  • User friendly address (NQ-address).

    Declaration

    Swift

    public var address: String
  • Hex-encoded 32 byte Ed25519 public key.

    Declaration

    Swift

    public var publicKey: String
  • Hex-encoded 32 byte Ed25519 private key.

    Declaration

    Swift

    public var privateKey: String?