Card

public struct Card : Codable

Card 정보

  • 생성 시간

    Declaration

    Swift

    public let createdAt: Int
  • 마지막 업데이트 시간

    Declaration

    Swift

    public let updatedAt: Int
  • 현재 소유자 주소

    Declaration

    Swift

    public let owner: String
  • 최근 송신자 주소

    Declaration

    Swift

    public let sender: String
  • 카드의 고유 ID

    Declaration

    Swift

    public let cardId: Int
  • 카드 상세정보가 저장된 URL

    Declaration

    Swift

    public let cardUri: String
  • 트랜잭션 해시

    Declaration

    Swift

    public let transactionHash: String
  • JSON 필드명

    Declaration

    Swift

    enum CodingKeys : String, CodingKey