mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
14 lines
502 B
TypeScript
14 lines
502 B
TypeScript
|
/* tslint:disable */
|
||
|
/* eslint-disable */
|
||
|
|
||
|
/* auto-generated by NAPI-RS */
|
||
|
|
||
|
export function make(mempoolBuffer: Uint8Array, callback: (arg0: GbtResult) => void): void
|
||
|
export function update(newTxs: Uint8Array, removeTxs: Uint8Array, callback: (arg0: GbtResult) => void): void
|
||
|
export class GbtResult {
|
||
|
blocks: Array<Array<number>>
|
||
|
clusters: Array<Array<number>>
|
||
|
rates: Array<Array<number>>
|
||
|
constructor(blocks: Array<Array<number>>, clusters: Array<Array<number>>, rates: Array<Array<number>>)
|
||
|
}
|