Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + type Client struct + func (c Client) GetMessagesByAddress(address string, pageSize int) (res Response, err error) + type Message struct + Cid string + From string + Height uint64 + Method string + Nonce uint64 + Receipt Receipt + Timestamp int64 + To string + Value string + type Receipt struct + ExitCode int + type Response struct + Messages []Message + TotalCount int