pub struct DrtEventInit {}Expand description
Parameter struct for DrtEvent::new.
Fields§
§v: VersionStringVersion string (KERI version + serialization + byte count).
d: SaidSelf-addressing identifier (SAID) of this event.
i: PrefixIdentifier prefix (AID) — the existing delegated AID (not self-addressing).
s: KeriSequenceSequence number.
p: SaidPrior event SAID (chains to the previous event).
kt: ThresholdCurrent signing threshold.
k: Vec<CesrKey>Current signing public keys (CESR-encoded) — the revealed pre-rotated keys.
nt: ThresholdNext (rotation) threshold.
n: Vec<Said>Next-key commitments (pre-rotation digests).
bt: ThresholdBacker (witness) threshold.
br: Vec<Prefix>Backers (witnesses) to remove.
ba: Vec<Prefix>Backers (witnesses) to add.
c: Vec<ConfigTrait>Configuration traits.
a: Vec<Seal>Anchored seals.
di: PrefixDelegator prefix — the AID delegating this identifier.
Auto Trait Implementations§
impl Freeze for DrtEventInit
impl RefUnwindSafe for DrtEventInit
impl Send for DrtEventInit
impl Sync for DrtEventInit
impl Unpin for DrtEventInit
impl UnsafeUnpin for DrtEventInit
impl UnwindSafe for DrtEventInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more