Documentation ¶
Index ¶
Constants ¶
View Source
const (
RestRequestID = "request-id"
)
Rest variable names nolint
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestRandomReq ¶
type RequestRandomReq struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` // base req Consumer string `json:"consumer"` // request address BlockInterval uint64 `json:"block_interval"` // block interval Oracle bool `json:"oracle"` // oracle method ServiceFeeCap sdk.Coins `json:"service_fee_cap"` // service fee cap }
RequestRandomReq defines the properties of a request random request's body
Click to show internal directories.
Click to hide internal directories.