mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc: add is_external_addr to loopout req
This commit is contained in:
parent
23d308c74f
commit
627eb5cb68
3 changed files with 553 additions and 528 deletions
1070
looprpc/client.pb.go
1070
looprpc/client.pb.go
File diff suppressed because it is too large
Load diff
|
|
@ -235,6 +235,13 @@ message LoopOutRequest {
|
|||
The address type of the account specified in the account field.
|
||||
*/
|
||||
AddressType account_addr_type = 16;
|
||||
|
||||
/*
|
||||
A flag indicating whether the defined destination address does not belong to
|
||||
the wallet. This is used to flag whether this loop out swap could have its
|
||||
associated sweep batched.
|
||||
*/
|
||||
bool is_external_addr = 17;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1110,6 +1110,10 @@
|
|||
"account_addr_type": {
|
||||
"$ref": "#/definitions/looprpcAddressType",
|
||||
"description": "The address type of the account specified in the account field."
|
||||
},
|
||||
"is_external_addr": {
|
||||
"type": "boolean",
|
||||
"description": "A flag indicating whether the defined destination address does not belong to\nthe wallet. This is used to flag whether this loop out swap could have its\nassociated sweep batched."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue