World
World
is the global entity that contains other entities. The World
consists of:
- Iroha configuration parameters
- the list of trusted peers
- registered domains
- registered triggers
- registered roles
- registered permission token definitions
- permission tokens for all accounts
- the chain of runtime validators
When domains, peers, or roles are registered or unregistered, the World
is the target of the (un)register instruction.
World State View (WSV)
World State View is the in-memory representation of the current blockchain state. This includes all currently loaded blocks, with all of their contents, as well as peers elected for the current epoch.