Skip to main content

SignedLicense

Type Alias SignedLicense 

Source
pub type SignedLicense = Dynamic<String>;
Expand description

A compact offline-signed token containing DLC ids and an optional embedded encrypt key. Treat as sensitive and do not leak raw secrets in logs. This

Aliased Typeยง

pub struct SignedLicense { /* private fields */ }