tiki_sdk library
Classes
- KeyStorage
- The interface for platform-specific private key persistance.
- LicenseRecord
- License Records describe the terms around which a data asset may be used and MUST contain a reference to the corresponding Title Record. Learn more about License Records.
- LicenseUse
- Define explicit uses for an asset. LicenseUses are extremely helpful in programmatic search and enforcement of your LicenseRecords.
- LicenseUsecase
- Usecases explicitly define HOW an asset may be used. Use either our list of common enumerations or define your own using LicenseUsecase.custom
- TikiSdk
- The TIKI SDK main class. Use this to add tokenized data ownership, consent, and rewards.
- TitleRecord
- Title Records describe a data asset and MUST contain a Pointer Record to your system. Learn more about Title Records.
- TitleTag
- Tags are included in the TitleRecord and describe the represented data asset. Tags improve record searchability and come in handy when bulk searching and filtering licenses. Use either our list of common enumerations or define your own using TitleTag.custom.