TzKTBalanceMetadataAttributeKeyValue

public struct TzKTBalanceMetadataAttributeKeyValue : Codable, Hashable

Wrapper / Helper to extract metadata attribute content

  • key

    Declaration

    Swift

    public let key: String
  • Declaration

    Swift

    public let value: String
  • Declaration

    Swift

    public init(key: String, value: String)