Package-level declarations

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ReqBuild(val apiId: String, val origin: String, val address: String? = null)

The request for the build method call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ReqConsentApply(val source: String, val destination: TikiSdkDestination, val origin: String? = null)

The request for the applyConsent method call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ReqConsentGet(val source: String, val origin: String?)

The request for the getConsent call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ReqConsentModify(val ownershipId: String, val destination: TikiSdkDestination, val about: String? = null, val reward: String? = null, val expiry: Long? = null)

The request for the modifyConsentmethod call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ReqOwnershipAssign(val source: String, val type: TikiSdkDataTypeEnum, val contains: List<String>, val about: String? = null, val origin: String? = null)

The request for the assignOwnership method call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ReqOwnershipGet(val source: String, val origin: String? = null)

The request for the getOwnership method call in the Platform Channel.