fixies
This commit is contained in:
parent
fd7a5eb1d6
commit
e2dec7d9b3
14 changed files with 138 additions and 49 deletions
|
|
@ -230,8 +230,8 @@ type CreateOneTimeInviteLinkResponse struct {
|
|||
Invitation_link string `json:"invitation_link"`
|
||||
}
|
||||
type CumulativeFees struct {
|
||||
Networkfeefixed int64 `json:"networkFeeFixed"`
|
||||
Servicefeebps int64 `json:"serviceFeeBps"`
|
||||
Outboundfeefloor int64 `json:"outboundFeeFloor"`
|
||||
Servicefeebps int64 `json:"serviceFeeBps"`
|
||||
}
|
||||
type DebitAuthorization struct {
|
||||
Authorized bool `json:"authorized"`
|
||||
|
|
@ -662,7 +662,8 @@ type SwapOperation struct {
|
|||
Swap_operation_id string `json:"swap_operation_id"`
|
||||
}
|
||||
type SwapsList struct {
|
||||
Swaps []SwapOperation `json:"swaps"`
|
||||
Quotes []TransactionSwapQuote `json:"quotes"`
|
||||
Swaps []SwapOperation `json:"swaps"`
|
||||
}
|
||||
type TransactionSwapQuote struct {
|
||||
Chain_fee_sats int64 `json:"chain_fee_sats"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue