package
0.12.4
Repository: https://github.com/mokitanetwork/aether.git
Documentation: pkg.go.dev

# Functions

CalculateInterestFactor calculates the simple interest scaling factor, which is equal to: (per-second interest rate ** number of seconds elapsed) Will return 1.000x, multiply by principal to get new principal with added interest.
FilterCDPs queries the store for all CDPs that match query params.
FindIntersection finds the intersection of two CDP arrays in linear time complexity O(n + n).
FilterCDPs queries the store for all CDPs that match query req.
NewKeeper creates a new keeper.
NewMsgServerImpl returns an implementation of the cdp MsgServer interface for the provided Keeper.
NewQuerier returns a new querier function.
NewQueryServer returns an implementation of the pricefeed MsgServer interface for the provided Keeper.

# Structs

Keeper keeper for the cdp module.
No description provided by the author