credit-send-endpoints #19

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