credit-send-endpoints #19

Open
Alfred-mk wants to merge 11 commits from credit-send-endpoints into master
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"`
}