File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type AmlCheckerRequestResponse struct {
1717 RequestId string `json:"requestId"`
1818}
1919
20- func (e * ToolsApi ) CmlCheckerRequest (d CreateWhitelistRequest , r * CreateWhitelistResponse ) error {
20+ func (e * ToolsApi ) AmlCheckerRequest (d AmlCheckerRequestRequest , r * AmlCheckerRequestResponse ) error {
2121 return e .Client .SendRequest (d , r , "/v1/tools/aml-checker/request" )
2222}
2323
@@ -48,9 +48,9 @@ type RiskDetail struct {
4848 Label string `json:"label"`
4949 Address string `json:"address"`
5050 Volume string `json:"volume"`
51- Percent bool `json:"percent"`
51+ Percent string `json:"percent"`
5252}
5353
54- func (e * ToolsApi ) CreateFromTransactionWhitelist (d CreateFromTransactionWhitelistRequest , r * CreateWhitelistResponse ) error {
54+ func (e * ToolsApi ) AmlCheckerRetrieves (d AmlCheckerRetrievesRequest , r * AmlCheckerRetrievesResponse ) error {
5555 return e .Client .SendRequest (d , r , "/v1/tools/aml-checker/retrieves" )
5656}
You can’t perform that action at this time.
0 commit comments