Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiResponse ¶
type ApiResponse[Data any] struct { Data *Data `json:"data"` }
type BatchTxInfoData ¶
type BatchTxInfoData struct {
TxInfos []*eth.TransactionInfo `json:"txInfos"`
}
type ClientManagerStatus ¶
type ClientManagerStatus struct {
PrimaryClientStatus ClientStatus `json:"primaryEcStatus"`
FallbackEnabled bool `json:"fallbackEnabled"`
FallbackClientStatus ClientStatus `json:"fallbackEcStatus"`
}
This is a wrapper for the manager's overall status report
type ClientStatus ¶
type ClientStatus struct {
IsWorking bool `json:"isWorking"`
IsSynced bool `json:"isSynced"`
SyncProgress float64 `json:"syncProgress"`
NetworkId uint `json:"networkId"`
Error string `json:"error"`
}
This is a wrapper for the EC / BN status report
type SuccessData ¶
type SuccessData struct {
}
type TxInfoData ¶
type TxInfoData struct {
TxInfo *eth.TransactionInfo `json:"txInfo"`
}
Click to show internal directories.
Click to hide internal directories.