# Functions
AddressesFromStreamKey returns a receiver and sender address from a stream prefix store key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DefaultGenesis returns the default genesis state.
DefaultParams returns a default set of parameters.
FirstAddressFromStreamStoreKey parses the first address only.
GetStreamKey creates the key for receiver bond with sender.
GetStreamsByReceiverKey creates the prefix for a delegator for all validators.
No description provided by the author
No description provided by the author
NewMsgCancelStream is a constructor function for MsgCancelStream.
NewMsgClaimStream is a constructor function for MsgClaimStream.
No description provided by the author
NewMsgCreateStream is a constructor function for MsgCreateStream.
NewMsgTopUpDeposit is a constructor function for MsgTopUpDeposit.
NewMsgUpdateFlowRate is a constructor function for MsgUpdateFlowRate.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module Deprecated: Type declaration for parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DefaultIndex is the default global index.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
STREAM_PERIOD_DAY defines day.
STREAM_PERIOD_HOUR defines hour.
STREAM_PERIOD_MINUTE defines minute.
STREAM_PERIOD_MONTH defines month.
STREAM_PERIOD_SECOND defines second.
STREAM_PERIOD_UNSPECIFIED defines unspecified.
STREAM_PERIOD_WEEK defines week.
STREAM_PERIOD_YEAR defines year.
No description provided by the author
No description provided by the author
# Variables
DefaultValidatorFee is set to 0%.
x/stream module sentinel errors.
x/stream module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/stream module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/stream module sentinel errors.
x/stream module sentinel errors.
x/stream module sentinel errors.
x/stream module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModuleCdc references the global x/bank module codec.
ParamsKey is the prefix for the params store.
StreamKeyPrefix prefix for the Stream store.
No description provided by the author
No description provided by the author
# Structs
GenesisState defines the stream module's genesis state.
MsgCancelStream.
MsgCancelStreamResponse.
MsgClaimStream claims pending payments form a stream using the sender and receiver addresses.
No description provided by the author
MsgCreateStream creates a new stream.
MsgCreateStreamResponse is the response for MsgCreateStream.
MsgTopUpDeposit tops up deposits in an existing stream.
MsgTopUpDepositResponse is the response for MsgTopUpDeposit.
MsgUpdateFlowRate updates a stream's flow rate.
MsgUpdateFlowRateResponse is the response for MsgUpdateFlowRate.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the parameters for the module.
QueryAllStreamsForReceiverRequest is the request type for the Query/AllStreamsForReceiver RPC method.
QueryAllStreamsForReceiverResponse is the response type for the Query/AllStreamsForReceiver RPC method.
QueryAllStreamsForSenderRequest is the request type for the Query/AllStreamsForSender RPC method.
QueryAllStreamsForSenderResponse is the response type for the Query/AllStreamsForSender RPC method.
QueryCalculateFlowRateRequest is the request type for the Query/CalculateFlowRate RPC method.
QueryCalculateFlowRateResponse is the response type for the Query/CalculateFlowRate RPC method.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QueryStreamByReceiverSenderRequest is the request type for the Query/StreamByReceiverSender RPC method.
QueryStreamByReceiverSenderResponse is the response type for the Query/StreamByReceiverSender RPC method.
QueryStreamReceiverSenderCurrentFlowRequest is the request type for the Query/StreamReceiverSenderCurrentFlow RPC method.
QueryStreamReceiverSenderCurrentFlowResponse is the response type for the Query/StreamReceiverSenderCurrentFlow RPC method.
QueryStreamsRequest is the request type for the Query/Streams RPC method.
QueryStreamsResponse is the response type for the Query/Streams RPC method.
Stream holds data about a stream.
StreamExport holds genesis export data for a stream.
StreamResult contains data about a stream.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
AccountKeeper Methods imported from account should be defined here.
BankKeeper Methods imported from bank should be defined here.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
# Type aliases
StreamPeriod enumerates the valid periods for calculating flow rates.