@orangecheck/design / BitcoinAddressProps
Interface: BitcoinAddressProps
Defined in: primitives/bitcoin-address.tsx:5
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-address"></a> address | string | The full address (or any long id — Lightning, npub, did). | primitives/bitcoin-address.tsx:7 |
<a id="property-classname"></a> className? | string | - | primitives/bitcoin-address.tsx:14 |
<a id="property-copyable"></a> copyable? | boolean | Show a copy button that copies the FULL address. Default true. | primitives/bitcoin-address.tsx:11 |
<a id="property-full"></a> full? | boolean | Render the full value untruncated. | primitives/bitcoin-address.tsx:13 |
<a id="property-head"></a> head? | number | - | primitives/bitcoin-address.tsx:8 |
<a id="property-tail"></a> tail? | number | - | primitives/bitcoin-address.tsx:9 |