package
0.0.0-20220731021823-891b8cbd4160
Repository: https://github.com/carina-hackatom/nova.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState returns a default gal module genesis state.
No description provided by the author
No description provided by the author
NewGenesisState returns a new GenesisState object.
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
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

ModuleName defines the module name.
QuerierRoute defines the module's query routing key.
No description provided by the author
No description provided by the author
RouterKey defines the module's message routing key.
StoreKey defines the primary module 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

# Variables

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
KVStore keys.
KVStore keys.
KVStore keys.
KeyDepositInfo defines key to store deposit information of snTokens.
KVStore keys.
KeyShare defines key to store deposit information of snTokens.
KeySupply defines key to store the total supply of snTokens.
KeyUndelegateRecordInfo defines key to store undelegate record information of wAsset.
No description provided by the author
KeyWithdrawInfo defines key to store withdraw information of snTokens.
KeyWithdrawRecordInfo defines key to store withdraw record information of snTokens.
No description provided by the author

# Structs

DepositAccount defines snToken's total share and deposit information.
DepositInfo defines user address, share and debt.
No description provided by the author
No description provided by the author
GenesisState defines the gal module's genesis state.
MsgClaim defines claim msg used when user want to claim their st token.
No description provided by the author
No description provided by the author
No description provided by the author
MsgDeposit defines user who deposit and amount of coins.
No description provided by the author
MsgUnStaking defines user who want to un-stake his/her asset.
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
MsgWithdraw defines user who withdraw and amount of coins.
No description provided by the author
Params defines the parameters for the gal module.
No description provided by the author
QuerySharesResponse defines response of QueryBalanceRequest.
QuerySharesRequest defines request form to query balance of snToken with address.
No description provided by the author
No description provided by the author
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
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
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author

# Interfaces

AccountKeeper defines the account contract that must be fulfilled when creating a gal keeper.
BankKeeper defines the contract needed to be fulfilled for banking and supply dependencies.
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.