Documentation ¶
Index ¶
- func QueryCurrUozPrice(cliCtx context.CLIContext, queryRoute string) ([]byte, int64, error)
- func QueryPrepayBalance(cliCtx context.CLIContext, queryRoute, sender string) ([]byte, int64, error)
- func QuerySimulatePrepay(cliCtx context.CLIContext, queryRoute string, amtToPrepay sdk.Int) ([]byte, int64, error)
- func QueryUozSupply(cliCtx context.CLIContext, queryRoute string) ([]byte, int64, error)
- func QueryUploadedFile(cliCtx context.CLIContext, queryRoute, fileHashHex string) ([]byte, int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryCurrUozPrice ¶ added in v0.4.0
QueryCurrUozPrice queries the current price for uoz
func QueryPrepayBalance ¶
func QueryPrepayBalance(cliCtx context.CLIContext, queryRoute, sender string) ([]byte, int64, error)
QueryPrepayBalance queries the prepaid balance by sender in VolumnPool
func QuerySimulatePrepay ¶ added in v0.4.0
func QuerySimulatePrepay(cliCtx context.CLIContext, queryRoute string, amtToPrepay sdk.Int) ([]byte, int64, error)
QuerySimulatePrepay queries the ongoing price for prepay
func QueryUozSupply ¶ added in v0.4.0
QueryCurrUozPrice queries the current price for uoz
func QueryUploadedFile ¶
func QueryUploadedFile(cliCtx context.CLIContext, queryRoute, fileHashHex string) ([]byte, int64, error)
QueryUploadedFile queries the hash of an uploaded file by sender
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.