Sign Status Info
data class SignStatusInfo(txId: String, requestedAt: Date?, requestExpiredAt: Date?, signedAt: Date?) : Parcelable
Content copied to clipboard
카카오톡 사용자 서명 결과
Result of a user signature
Constructors
Link copied to clipboard
fun SignStatusInfo(txId: String, requestedAt: Date?, requestExpiredAt: Date?, signedAt: Date?)
Content copied to clipboard