Commit Bundle
data class CommitBundle(val commit: ByteArray, val welcome: Welcome?, val groupInfoBundle: GroupInfoBundle, val crlNewDistributionPoints: CrlDistributionPoints?)
Data shape for a MLS generic commit + optional bundle (aka stapled commit & welcome)
Constructors
Link copied to clipboard
constructor(commit: ByteArray, welcome: Welcome?, groupInfoBundle: GroupInfoBundle, crlNewDistributionPoints: CrlDistributionPoints?)