package
1.0.0
Repository: https://github.com/irisnet/service-sdk-go.git
Documentation: pkg.go.dev

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

PageRequest is to be embedded in gRPC request messages for efficient pagination.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }.