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 c11060648d - Show all commits

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