added the CreditSendReverseQouteResult type for API responses

This commit is contained in:
Alfred Kamanda 2025-10-28 11:32:51 +03:00
parent 81ff6c4034
commit 72af514cf3
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -25,3 +25,8 @@ type CreditSendLimitsResult struct {
MaxRAT string `json:"maxRAT"`
MaxSAT string `json:"maxSAT"`
}
type CreditSendReverseQouteResult struct {
InputAmount string `json:"inputAmount"`
OutputAmount string `json:"outputAmount"`
}