added the CreditSendLimitsResult type for the API responses
This commit is contained in:
parent
01569b9b39
commit
c11060648d
@ -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"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user