mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-08 00:23:05 -07:00
29 lines
892 B
Markdown
29 lines
892 B
Markdown
[**brk-client**](../README.md)
|
||
|
||
***
|
||
|
||
[brk-client](../globals.md) / AddrHashPrefixParam
|
||
|
||
# Interface: AddrHashPrefixParam
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:41](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L41)
|
||
|
||
## Properties
|
||
|
||
### addrType
|
||
|
||
> **addrType**: [`OutputType`](../type-aliases/OutputType.md)
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:42](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L42)
|
||
|
||
***
|
||
|
||
### prefix
|
||
|
||
> **prefix**: `string`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:43](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L43)
|
||
|
||
First 1–16 hexadecimal nibbles of the RapidHash v3 hash over the raw
|
||
address payload bytes.
|