V2
class V2 : FrakContext
Current layout. Carries the merchant, a share timestamp, and at least one of clientId / wallet.
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| clientId | val clientId: String? |
| merchantId | val merchantId: String |
| timestamp | val timestamp: Long |
| wallet | val wallet: String? |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |