package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Jun 10, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Cid string `json:"cid"`
Height uint64 `json:"height"`
Timestamp int64 `json:"timestamp"`
From string `json:"from"`
To string `json:"to"`
Nonce uint64 `json:"nonce"`
Value string `json:"value"`
Method string `json:"method"`
Receipt Receipt `json:"receipt"`
}
type Receipt struct {
ExitCode int `json:"exitCode"`
}
type Response struct {
TotalCount int `json:"totalCount"`
Messages []Message `json:"messages"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.