SignStatusInfo

data class SignStatusInfo(txId: String, requestedAt: Date?, requestExpiredAt: Date?, signedAt: Date?) : Parcelable

카카오톡 사용자 서명 결과
Result of a user signature

Constructors

Link copied to clipboard
fun SignStatusInfo(txId: String, requestedAt: Date?, requestExpiredAt: Date?, signedAt: Date?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val requestedAt: Date?

서명 요청 시간, UTC
Signature request time, UTC

Link copied to clipboard
val requestExpiredAt: Date?

서명 요청 유효 시간, UTC
Signature validity time, UTC

Link copied to clipboard
val signedAt: Date?

서명 완료 시간, UTC
Signature completion time, UTC

Link copied to clipboard
val txId: String

전자서명 접수번호
Transaction ID