EventBodyCompact

Undocumented in source.
version(none)
@safe
struct EventBodyCompact {
@label("p")
@optional
@filter(q{!a.empty})
Document payload;
@label("m")
@filter(q{a != -1})
@fixed(q{-1})
int mother;
@label("f")
@filter(q{a != -1})
@fixed(q{-1})
int father;
@label("a")
int altitude;
@label("t")
sdt_t time;
}

Members

Variables

channel
Pubkey channel;

Event Channel (Pubkey of the node);

father_fingerprint
Buffer father_fingerprint;

This event is connect to the previous father

mother_fingerprint
Buffer mother_fingerprint;

This event is connect to the previous mother