Documentation ¶
Index ¶
- func QueryActiveSession(ctx context.CLIContext, address sdk.AccAddress, id uint64, ...) (*types.Session, error)
- func QuerySession(ctx context.CLIContext, id uint64) (*types.Session, error)
- func QuerySessions(ctx context.CLIContext, skip, limit int) (types.Sessions, error)
- func QuerySessionsForAddress(ctx context.CLIContext, address sdk.AccAddress, status hub.Status, ...) (types.Sessions, error)
- func QuerySessionsForNode(ctx context.CLIContext, address hub.NodeAddress, skip, limit int) (types.Sessions, error)
- func QuerySessionsForSubscription(ctx context.CLIContext, id uint64, skip, limit int) (types.Sessions, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryActiveSession ¶ added in v0.5.0
func QueryActiveSession(ctx context.CLIContext, address sdk.AccAddress, id uint64, node hub.NodeAddress) (*types.Session, error)
func QuerySession ¶
func QuerySessions ¶
func QuerySessionsForAddress ¶
func QuerySessionsForAddress(ctx context.CLIContext, address sdk.AccAddress, status hub.Status, skip, limit int) (types.Sessions, error)
func QuerySessionsForNode ¶
func QuerySessionsForNode(ctx context.CLIContext, address hub.NodeAddress, skip, limit int) (types.Sessions, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.