added the CreditSendLimitsResult type for the API responses

This commit is contained in:
Alfred Kamanda 2025-10-28 11:04:12 +03:00
parent 01569b9b39
commit c11060648d
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

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"`
}