We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7e6437 + de5434f commit 178c120Copy full SHA for 178c120
safeheron/api/tools_api.go
@@ -44,11 +44,12 @@ type MistTrack struct {
44
}
45
46
type RiskDetail struct {
47
- Type string `json:"type"`
48
- Label string `json:"label"`
49
- Address string `json:"address"`
50
- Volume string `json:"volume"`
51
- Percent string `json:"percent"`
+ RiskType string `json:"riskType"`
+ Entity string `json:"entity"`
+ HopNum string `json:"hopNum"`
+ ExposureType string `json:"exposureType"`
+ Volume string `json:"volume"`
52
+ Percent string `json:"percent"`
53
54
55
func (e *ToolsApi) AmlCheckerRetrieves(d AmlCheckerRetrievesRequest, r *AmlCheckerRetrievesResponse) error {
0 commit comments