Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.18 KB

AnalyticsRuleDefinition.md

File metadata and controls

13 lines (8 loc) · 1.18 KB

AnalyticsRuleDefinition

Properties

Name Type Description Notes
publicKey kotlin.String The public key of the Wallet that is being granted rights in this Rule [optional]
isAdmin kotlin.Boolean Boolean signifying whether the Rule grants admin rights [optional]
namespace kotlin.String A `Namespace` describes what Asset IDs can be issued in an Issuance Rule. It is a string in the same format as `AssetId`. Additionally, if it ends with a wildcard character ``, then the namespace covers all asset IDs with the namespace as a prefix. Without a final wildcard, the namespace covers exactly one asset ID. Example: The namespace `currencies.dollar` covers only this exact asset type, while `currencies.` covers all asset types that start with `currencies.`. [optional]
canIssueConfidentially kotlin.Boolean Boolean signifying whether the Rule grants confidentialy issuance rights; if true, then both public and confidential issuance right are granted; if false, then only public issuance rights are granted [optional]