mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 14:08:34 -07:00
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SeriesLeafWithSchema
|
|
|
|
# Interface: SeriesLeafWithSchema
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1098](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1098)
|
|
|
|
## Properties
|
|
|
|
### indexes
|
|
|
|
> **indexes**: [`Index`](../type-aliases/Index.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1101](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1101)
|
|
|
|
Available indexes for this series
|
|
|
|
***
|
|
|
|
### kind
|
|
|
|
> **kind**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1100](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1100)
|
|
|
|
The Rust type (e.g., "Sats", "StoredF64")
|
|
|
|
***
|
|
|
|
### name
|
|
|
|
> **name**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1099](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1099)
|
|
|
|
The series name/identifier
|
|
|
|
***
|
|
|
|
### type
|
|
|
|
> **type**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1102](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1102)
|
|
|
|
JSON Schema type (e.g., "integer", "number", "string", "boolean", "array", "object")
|