Documentation ¶ Index ¶ type GenesisState type Request Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GenesisState ¶ type GenesisState struct { PendingRandRequests map[string][]Request // pending rand requests: height->[]Request } type Request ¶ type Request struct { Height int64 `json:"height"` // the height of the block in which the request tx is included Consumer sdk.AccAddress `json:"consumer"` // the request address TxHash []byte `json:"txhash"` // the request tx hash } Source Files ¶ View all Source files genesis.go Click to show internal directories. Click to hide internal directories.