tiki_sdk library

Classes

KeyStorage
The interface for platform-specific private key persistance.
License
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
Payable
PayableRecord
Payable Records describe a payment issued or owed in accordance with the terms of a LicenseRecord.
TikiSdk
The primary class for the tiki_sdk_dart library. Use this to create, get, and enforce LicenseRecords and TitleRecords.
Title
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.