Versions in this module Expand all Collapse all v0 v0.0.11 Feb 25, 2024 Changes in this version + type MoralisClient struct + func NewMoralisClient(url string, key string) *MoralisClient + func (c *MoralisClient) GetUserBalance(userAddress string) ([]common.MoralisToken, error) + type Token struct + TokenAddress string + type Tokens struct + Tokens []Token