Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RelationInitiator

Git Source

Defines who is authorized to initiate a relation

enum RelationInitiator {
Owner, // The owner of the object
Holder, // A holder of a specific token (Value, Unique, or Object)
Preset, // A specified address
Eligible, // An address that passes a verifiction
Anyone // Any address
}