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