Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutboxSnapshot ¶
type OutboxSnapshot struct {
Id string `json:"i"`
Mailbox []*goarSchema.BundleItem `json:"m"`
Targets map[string][]int `json:"t"`
}
type PaySnapshot ¶ added in v0.2.0
type PaySnapshot struct {
Whitelist map[string]bool `json:"w"`
Executed map[string]bool `json:"e"`
Ledger map[string]map[string]*big.Int `json:"l"`
TxPending map[string]map[string]*big.Int `json:"tp"`
SpawnPending map[string]map[string]*big.Int `json:"sp"`
ResidencyPending map[string]*big.Int `json:"rp"`
DailyUsage map[string]int64 `json:"du"`
}
type RegistrySnapshot ¶
type RegistrySnapshot struct {
Id string `json:"i"`
TokenPid string `json:"tp"`
MainIndex string `json:"mi"`
ProcessToNodeIndex map[string]map[string]*schema.Node `json:"pi"`
AccidToProcessesIndex map[string]map[string]string `json:"ai"`
Registered map[string]bool `json:"re"`
Nodes map[string]*schema.Node `json:"n"`
}
type TokenSnapshot ¶
Click to show internal directories.
Click to hide internal directories.