Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2019 Changes in this version + type AccountResponse struct + Accounts []struct{ ... } + CloseFactor float64 + Error interface{} + LiquidationIncentive float64 + PaginationSummary struct{ ... } + Request struct{ ... } + type CTokenResponse struct + CToken []struct{ ... } + Error interface{} + Request struct{ ... } + type Token struct + Address string + BorrowBalanceUnderlying struct{ ... } + LifetimeBorrowInterestAccrued struct{ ... } + LifetimeSupplyInterestAccrued struct{ ... } + SupplyBalanceUnderlying struct{ ... } + Symbol interface{} + func GetTokenByAddress(address string, resp *AccountResponse) (Token, error)