mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
multi: add p2tr keyspend wallet support
This commit is contained in:
@@ -1138,12 +1138,15 @@ message ListUnspentResponse {
|
||||
|
||||
- `p2wkh`: Pay to witness key hash (`WITNESS_PUBKEY_HASH` = 0)
|
||||
- `np2wkh`: Pay to nested witness key hash (`NESTED_PUBKEY_HASH` = 1)
|
||||
- `p2tr`: Pay to taproot pubkey (`TAPROOT_PUBKEY` = 4)
|
||||
*/
|
||||
enum AddressType {
|
||||
WITNESS_PUBKEY_HASH = 0;
|
||||
NESTED_PUBKEY_HASH = 1;
|
||||
UNUSED_WITNESS_PUBKEY_HASH = 2;
|
||||
UNUSED_NESTED_PUBKEY_HASH = 3;
|
||||
TAPROOT_PUBKEY = 4;
|
||||
UNUSED_TAPROOT_PUBKEY = 5;
|
||||
}
|
||||
|
||||
message NewAddressRequest {
|
||||
|
||||
Reference in New Issue
Block a user