Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

Object 05efe558…5d55e4:2 state

Back to all declarations

0

type

Value

governance.govStakerAccessor

2

type

Value

governance.Config

3

func(votingStartDelay int64, votingPeriod int64, votingWeightSmoothingDuration int64, quorum int64, proposalCreationThreshold int64, executionDelay int64, executionWindow int64) governance.Config
Open
OID
05efe5…55e4:5
3 details

Inspect func

4

func(votingStartDelay int64, votingPeriod int64, votingWeightSmoothingDuration int64, quorum int64, proposalCreationThreshold int64, executionDelay int64, executionWindow int64) *governance.Config
Open
OID
05efe5…55e4:7
4 details

Inspect func

7

type

Value

governance.Counter

10

func(src [].uverse.address) [].uverse.address
Open
OID
05efe5…55e4:14
10 details

Inspect func

15

func(configVersion int64) (governance.Config, .uverse.error)
Open
OID
05efe5…55e4:20
15 details

Inspect func

17

func(offset int, count int) []int64
Open
OID
05efe5…55e4:22
17 details

Inspect func

19

func(proposalID int64) (*governance.Proposal, .uverse.error)
Open
OID
05efe5…55e4:24
19 details

Inspect func

20

func(proposalId int64) (.uverse.address, .uverse.error)
Open
OID
05efe5…55e4:25
20 details

Inspect func

21

func(proposalId int64) (governance.ProposalType, .uverse.error)
Open
OID
05efe5…55e4:26
21 details

Inspect func

22

func(proposalId int64) (int64, .uverse.error)
Open
OID
05efe5…55e4:27
22 details

Inspect func

23

func(proposalId int64) (int64, .uverse.error)
Open
OID
05efe5…55e4:28
23 details

Inspect func

24

func(proposalId int64) (int64, .uverse.error)
Open
OID
05efe5…55e4:29
24 details

Inspect func

25

func(proposalId int64) (int64, .uverse.error)
Open
OID
05efe5…55e4:30
25 details

Inspect func

26

func(proposalId int64) (string, .uverse.error)
Open
OID
05efe5…55e4:31
26 details

Inspect func

27

func(proposalId int64) (string, .uverse.error)
Open
OID
05efe5…55e4:32
27 details

Inspect func

28

func(proposalId int64) (string, .uverse.error)
Open
OID
05efe5…55e4:33
28 details

Inspect func

29

func(proposalId int64) (int64, .uverse.error)
Open
OID
05efe5…55e4:34
29 details

Inspect func

30

func(proposalId int64) (int64, .uverse.error)
Open
OID
05efe5…55e4:35
30 details

Inspect func

31

func(proposalId int64) (quorum int64, maxVotingWeight int64, yesWeight int64, noWeight int64, err .uverse.error)
Open
OID
05efe5…55e4:36
31 details

Inspect func

33

func(proposalID int64, offset int, count int) [].uverse.address
Open
OID
05efe5…55e4:38
33 details

Inspect func

34

func(proposalID int64, addr .uverse.address) bool
Open
OID
05efe5…55e4:39
34 details

Inspect func

35

func(proposalID int64, addr .uverse.address) (*governance.VotingInfo, .uverse.error)
Open
OID
05efe5…55e4:40
35 details

Inspect func

36

func(proposalID int64, addr .uverse.address) (int64, .uverse.error)
Open
OID
05efe5…55e4:41
36 details

Inspect func

37

func(proposalID int64, addr .uverse.address) (int64, .uverse.error)
Open
OID
05efe5…55e4:42
37 details

Inspect func

38

func(proposalID int64, addr .uverse.address) (int64, .uverse.error)
Open
OID
05efe5…55e4:43
38 details

Inspect func

39

func(proposalID int64) (*governance.CommunityPoolSpendInfo, .uverse.error)
Open
OID
05efe5…55e4:44
39 details

Inspect func

40

func(proposalID int64) (*governance.ExecutionInfo, .uverse.error)
Open
OID
05efe5…55e4:45
40 details

Inspect func

42

func(user .uverse.address, offset int, count int) []int64
Open
OID
05efe5…55e4:47
42 details

Inspect func

44

func() (int64, int64, .uverse.error)
Open
OID
05efe5…55e4:49
44 details

Inspect func

45

type

Value

governance.Proposal

46

func(proposalID int64, status *governance.ProposalStatus, metadata *governance.ProposalMetadata, data *governance.ProposalData, proposerAddress .uverse.address, configVersion int64, snapshotTime int64, createdHeight int64) *governance.Proposal
Open
OID
05efe5…55e4:50
46 details

Inspect func

51

type

Value

governance.ProposalActionStatus

52

func(executable bool) *governance.ProposalActionStatus
Open
OID
05efe5…55e4:56
52 details

Inspect func

53

type

Value

governance.ProposalMetadata

54

func(title string, description string) *governance.ProposalMetadata
Open
OID
05efe5…55e4:58
54 details

Inspect func

55

type

Value

governance.ProposalData

56

func(proposalType governance.ProposalType, communityPoolSpend *governance.CommunityPoolSpendInfo, execution *governance.ExecutionInfo) *governance.ProposalData
Open
OID
05efe5…55e4:60
56 details

Inspect func

57

type

Value

governance.CommunityPoolSpendInfo

58

func(to .uverse.address, tokenPath string, amount int64) *governance.CommunityPoolSpendInfo
Open
OID
05efe5…55e4:61
58 details

Inspect func

59

type

Value

governance.ExecutionInfo

60

func(num int64, msgs []string) *governance.ExecutionInfo
Open
OID
05efe5…55e4:62
60 details

Inspect func

61

type

Value

governance.ParameterChangeInfo

62

func(pkgPath string, function string, params []string) governance.ParameterChangeInfo
Open
OID
05efe5…55e4:63
62 details

Inspect func

63

type

Value

governance.ProposalScheduleStatus

64

func(createTime int64, activeTime int64, votingEndTime int64, executableTime int64, expiredTime int64) *governance.ProposalScheduleStatus
Open
OID
05efe5…55e4:64
64 details

Inspect func

65

type

Value

governance.ProposalStatusType

66

governance.ProposalStatusType

Value

<zero>

67

governance.ProposalStatusType

Value

<zero>

68

governance.ProposalStatusType

Value

<zero>

69

governance.ProposalStatusType

Value

<zero>

70

governance.ProposalStatusType

Value

<zero>

71

governance.ProposalStatusType

Value

<zero>

72

governance.ProposalStatusType

Value

<zero>

73

governance.ProposalStatusType

Value

<zero>

74

type

Value

governance.ProposalStatus

75

func(schedule *governance.ProposalScheduleStatus, actionStatus *governance.ProposalActionStatus, voteStatus *governance.ProposalVoteStatus) *governance.ProposalStatus
Open
OID
05efe5…55e4:66
75 details

Inspect func

76

type

Value

governance.ProposalType

77

governance.ProposalType

Value

<gnolang.StringValue>

78

governance.ProposalType

Value

<gnolang.StringValue>

79

governance.ProposalType

Value

<gnolang.StringValue>

80

type

Value

governance.ProposalVoteStatus

81

func(maxVotingWeight int64, quorumAmount int64) *governance.ProposalVoteStatus
Open
OID
05efe5…55e4:68
81 details

Inspect func

82

func(title string, description string) int64
Open
OID
05efe5…55e4:70
82 details

Inspect func

83

func(title string, description string, to .uverse.address, tokenPath string, amount int64) int64
Open
OID
05efe5…55e4:72
83 details

Inspect func

84

func(title string, description string, numToExecute int64, executions string) int64
Open
OID
05efe5…55e4:73
84 details

Inspect func

85

func(proposalId int64, yes bool) string
Open
OID
05efe5…55e4:74
85 details

Inspect func

88

func(votingStartDelay int64, votingPeriod int64, votingWeightSmoothingDuration int64, quorum int64, proposalCreationThreshold int64, executionDelay int64, executionWindow int64) int64
Open
OID
05efe5…55e4:77
88 details

Inspect func

89

untyped string

Value

"rlm does not match the current crossing frame"

96

func(int, rlm .uverse.realm, kvStore store.KVStore) interface{...}
Open
OID
05efe5…55e4:85
96 details

Inspect func

99

type

Value

governance.StoreKey

100

governance.StoreKey

Value

<gnolang.StringValue>

101

governance.StoreKey

Value

<gnolang.StringValue>

102

governance.StoreKey

Value

<gnolang.StringValue>

103

governance.StoreKey

Value

<gnolang.StringValue>

104

governance.StoreKey

Value

<gnolang.StringValue>

105

governance.StoreKey

Value

<gnolang.StringValue>

106

type

Value

governance.governanceStore

107

func(kvStore store.KVStore) governance.IGovernanceStore
Open
OID
05efe5…55e4:88
107 details

Inspect func

109

type

Value

governance.IGovernance

110

type

Value

governance.IGovernanceManager

111

type

Value

governance.IGovernanceGetter

112

type

Value

governance.IGovernanceStore

113

type

Value

governance.GovStakerAccessor

117

type

Value

governance.VotingInfo

118

func(availableVoteWeight int64) *governance.VotingInfo
Open
OID
05efe5…55e4:95
118 details

Inspect func
0 : type =governance.govStakerAccessor
1 : func() governance.GovStakerAccessor Inspect
2 : type =governance.Config
3 : func(votingStartDelay int64, votingPeriod int64, votingWeightSmoothingDuration int64, quorum int64, proposalCreationThreshold int64, executionDelay int64, executionWindow int64) governance.Config Inspect
4 : func(votingStartDelay int64, votingPeriod int64, votingWeightSmoothingDuration int64, quorum int64, proposalCreationThreshold int64, executionDelay int64, executionWindow int64) *governance.Config Inspect
5 : func() governance.Config Inspect
6 : func() *v0.BPTree Inspect
7 : type =governance.Counter
8 : func() *governance.Counter Inspect
9 : func(src []int64) []int64 Inspect
10 : func(src [].uverse.address) [].uverse.address Inspect
11 : func() int64 Inspect
12 : func() int64 Inspect
13 : func() int64 Inspect
14 : func() governance.Config Inspect
15 : func(configVersion int64) (governance.Config, .uverse.error) Inspect
16 : func() int Inspect
17 : func(offset int, count int) []int64 Inspect
18 : func(proposalID int64) bool Inspect
19 : func(proposalID int64) (*governance.Proposal, .uverse.error) Inspect
20 : func(proposalId int64) (.uverse.address, .uverse.error) Inspect
21 : func(proposalId int64) (governance.ProposalType, .uverse.error) Inspect
22 : func(proposalId int64) (int64, .uverse.error) Inspect
23 : func(proposalId int64) (int64, .uverse.error) Inspect
24 : func(proposalId int64) (int64, .uverse.error) Inspect
25 : func(proposalId int64) (int64, .uverse.error) Inspect
26 : func(proposalId int64) (string, .uverse.error) Inspect
27 : func(proposalId int64) (string, .uverse.error) Inspect
28 : func(proposalId int64) (string, .uverse.error) Inspect
29 : func(proposalId int64) (int64, .uverse.error) Inspect
30 : func(proposalId int64) (int64, .uverse.error) Inspect
31 : func(proposalId int64) (quorum int64, maxVotingWeight int64, yesWeight int64, noWeight int64, err .uverse.error) Inspect
32 : func(proposalID int64) int Inspect
33 : func(proposalID int64, offset int, count int) [].uverse.address Inspect
34 : func(proposalID int64, addr .uverse.address) bool Inspect
35 : func(proposalID int64, addr .uverse.address) (*governance.VotingInfo, .uverse.error) Inspect
36 : func(proposalID int64, addr .uverse.address) (int64, .uverse.error) Inspect
37 : func(proposalID int64, addr .uverse.address) (int64, .uverse.error) Inspect
38 : func(proposalID int64, addr .uverse.address) (int64, .uverse.error) Inspect
39 : func(proposalID int64) (*governance.CommunityPoolSpendInfo, .uverse.error) Inspect
40 : func(proposalID int64) (*governance.ExecutionInfo, .uverse.error) Inspect
41 : func(user .uverse.address) int Inspect
42 : func(user .uverse.address, offset int, count int) []int64 Inspect
43 : func() (int64, bool) Inspect
44 : func() (int64, int64, .uverse.error) Inspect
45 : type =governance.Proposal
46 : func(proposalID int64, status *governance.ProposalStatus, metadata *governance.ProposalMetadata, data *governance.ProposalData, proposerAddress .uverse.address, configVersion int64, snapshotTime int64, createdHeight int64) *governance.Proposal Inspect
47 : func() *v0.BPTree Inspect
48 : func() *v0.BPTree Inspect
49 : func() *v0.BPTree Inspect
50 : func() *v0.BPTree Inspect
51 : type =governance.ProposalActionStatus
52 : func(executable bool) *governance.ProposalActionStatus Inspect
53 : type =governance.ProposalMetadata
54 : func(title string, description string) *governance.ProposalMetadata Inspect
55 : type =governance.ProposalData
56 : func(proposalType governance.ProposalType, communityPoolSpend *governance.CommunityPoolSpendInfo, execution *governance.ExecutionInfo) *governance.ProposalData Inspect
57 : type =governance.CommunityPoolSpendInfo
58 : func(to .uverse.address, tokenPath string, amount int64) *governance.CommunityPoolSpendInfo Inspect
59 : type =governance.ExecutionInfo
60 : func(num int64, msgs []string) *governance.ExecutionInfo Inspect
61 : type =governance.ParameterChangeInfo
62 : func(pkgPath string, function string, params []string) governance.ParameterChangeInfo Inspect
63 : type =governance.ProposalScheduleStatus
64 : func(createTime int64, activeTime int64, votingEndTime int64, executableTime int64, expiredTime int64) *governance.ProposalScheduleStatus Inspect
65 : type =governance.ProposalStatusType
66 : governance.ProposalStatusType =<zero>
67 : governance.ProposalStatusType =<zero>
68 : governance.ProposalStatusType =<zero>
69 : governance.ProposalStatusType =<zero>
70 : governance.ProposalStatusType =<zero>
71 : governance.ProposalStatusType =<zero>
72 : governance.ProposalStatusType =<zero>
73 : governance.ProposalStatusType =<zero>
74 : type =governance.ProposalStatus
75 : func(schedule *governance.ProposalScheduleStatus, actionStatus *governance.ProposalActionStatus, voteStatus *governance.ProposalVoteStatus) *governance.ProposalStatus Inspect
76 : type =governance.ProposalType
77 : governance.ProposalType =<gnolang.StringValue>
78 : governance.ProposalType =<gnolang.StringValue>
79 : governance.ProposalType =<gnolang.StringValue>
80 : type =governance.ProposalVoteStatus
81 : func(maxVotingWeight int64, quorumAmount int64) *governance.ProposalVoteStatus Inspect
82 : func(title string, description string) int64 Inspect
83 : func(title string, description string, to .uverse.address, tokenPath string, amount int64) int64 Inspect
84 : func(title string, description string, numToExecute int64, executions string) int64 Inspect
85 : func(proposalId int64, yes bool) string Inspect
86 : func(proposalId int64) int64 Inspect
87 : func(proposalId int64) int64 Inspect
88 : func(votingStartDelay int64, votingPeriod int64, votingWeightSmoothingDuration int64, quorum int64, proposalCreationThreshold int64, executionDelay int64, executionWindow int64) int64 Inspect
89 : untyped string ="rlm does not match the current crossing frame"
90 : <gnolang.heapItemType> Inspect
91 : <gnolang.heapItemType> Inspect
92 : <gnolang.heapItemType> Inspect
93 : <gnolang.heapItemType> Inspect
94 : <gnolang.heapItemType> Inspect
95 : func() Inspect
96 : func(int, rlm .uverse.realm, kvStore store.KVStore) interface{...} Inspect
97 : func() governance.IGovernance Inspect
98 : func() .uverse.error Inspect
99 : type =governance.StoreKey
100 : governance.StoreKey =<gnolang.StringValue>
101 : governance.StoreKey =<gnolang.StringValue>
102 : governance.StoreKey =<gnolang.StringValue>
103 : governance.StoreKey =<gnolang.StringValue>
104 : governance.StoreKey =<gnolang.StringValue>
105 : governance.StoreKey =<gnolang.StringValue>
106 : type =governance.governanceStore
107 : func(kvStore store.KVStore) governance.IGovernanceStore Inspect
108 : func(id int64) string Inspect
109 : type =governance.IGovernance
110 : type =governance.IGovernanceManager
111 : type =governance.IGovernanceGetter
112 : type =governance.IGovernanceStore
113 : type =governance.GovStakerAccessor
114 : func(initializer func(...)) Inspect
115 : func(targetPackagePath string) Inspect
116 : func() string Inspect
117 : type =governance.VotingInfo
118 : func(availableVoteWeight int64) *governance.VotingInfo Inspect