added the CreditSendLimitsResult type for the API responses

This commit is contained in:
2025-10-28 11:04:12 +03:00
parent 01569b9b39
commit c11060648d

View File

@@ -20,3 +20,8 @@ type MaxLimitResult struct {
type TokenInPoolResult struct {
CanSwapFrom bool `json:"canSwapFrom"`
}
type CreditSendLimitsResult struct {
MaxRAT string `json:"maxRAT"`
MaxSAT string `json:"maxSAT"`
}