Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 867 Bytes

01_state.md

File metadata and controls

30 lines (19 loc) · 867 Bytes

State

Owner

The owner field is of type string, specifically a Noble address, stored via an collections.Item. It is used to store the current owner of this module.

var OwnerKey = []byte("owner")

It is updated by the following messages:

Pending Owner

The pending owner field is of type string, specifically a Noble address, stored via an collections.Item. It is used to store the current pending owner of this module.

var PendingOwnerKey = []byte("pending_owner")

It is updated by the following messages: