credit-send-endpoints #19

Merged
Alfred-mk merged 11 commits from credit-send-endpoints into master 2025-11-18 11:11:01 +01:00
Showing only changes of commit 72af514cf3 - Show all commits

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