mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-19 19:26:12 -07:00
7 lines
218 B
JavaScript
7 lines
218 B
JavaScript
export const addressScripts = /** @type {const} */ ([
|
|
{ id: "v0_p2wpkh", label: "P2WPKH" },
|
|
{ id: "v1_p2tr", label: "P2TR" },
|
|
{ id: "p2sh_p2wpkh", label: "Nested P2WPKH" },
|
|
{ id: "p2pkh", label: "P2PKH" },
|
|
]);
|