Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ABCIQueryArgs ¶
type ABCIQueryArgs struct {
Path string `json:"path"`
Data bytes.HexBytes `json:"data"`
Height StrInt64 `json:"height"`
Prove bool `json:"prove"`
}
ABCIQueryArgs defines args for ABCI Query method.
type StrInt ¶
type StrInt int
StrInt is an proper int or quoted "int"
func (*StrInt) UnmarshalJSON ¶
UnmarshalJSON parses JSON (int or int quoted as string) into StrInt
Click to show internal directories.
Click to hide internal directories.