router
*v0.Router- OID
- 070cbb…84ed:14
router details
init.1
func()- OID
- 070cbb…84ed:4
init.1 details
Render
func(path string) string- OID
- 070cbb…84ed:6
Render details
renderHomepage
func() string- OID
- 070cbb…84ed:7
renderHomepage details
renderBalances
func(req *v0.Request) string- OID
- 070cbb…84ed:8
renderBalances details
renderSingleCoinBalance
func(denom string, addr string, origInput string, wasConverted bool, amount int64) stringamount is taken from the balances the caller already read, rather than read again. Beyond saving the read, it keeps an unvalidated denom out of the banker: denom is the "coin" query parameter, and GetCoin panics on a malformed one, so on a render path any URL could otherwise break the page.
- OID
- 070cbb…84ed:9
renderSingleCoinBalance details
renderConvertedAddress
func(addr string) string- OID
- 070cbb…84ed:10
renderConvertedAddress details
getSortField
func(req *v0.Request) stringHelper functions for sorting and pagination
- OID
- 070cbb…84ed:11
getSortField details
isSortReversed
func(req *v0.Request) bool- OID
- 070cbb…84ed:12
isSortReversed details
renderSortLink
func(req *v0.Request, field string, label string) string- OID
- 070cbb…84ed:13