@candypoets/nipworker 0.0.77 → 0.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/dist/NarrowTypes.js +1 -0
  2. package/dist/NarrowTypes.js.map +1 -0
  3. package/dist/cache/index.d.ts +4 -4
  4. package/dist/cache/index.d.ts.map +1 -1
  5. package/dist/cache/index.js +2 -2
  6. package/dist/cache/index.js.map +1 -1
  7. package/dist/cache/pkg/cache.d.ts +10 -9
  8. package/dist/cache/pkg/cache_bg.wasm.d.ts +9 -8
  9. package/dist/connections/index.d.ts +8 -5
  10. package/dist/connections/index.d.ts.map +1 -1
  11. package/dist/connections/index.js +2 -2
  12. package/dist/connections/index.js.map +1 -1
  13. package/dist/connections/pkg/connections.d.ts +10 -10
  14. package/dist/connections/pkg/connections_bg.wasm.d.ts +8 -8
  15. package/dist/crypto/index.d.ts +6 -4
  16. package/dist/crypto/index.d.ts.map +1 -1
  17. package/dist/crypto/index.js +2 -2
  18. package/dist/crypto/index.js.map +1 -1
  19. package/dist/crypto/pkg/crypto.d.ts +114 -86
  20. package/dist/crypto/pkg/crypto_bg.wasm.d.ts +11 -8
  21. package/dist/generated/message.d.ts +91 -0
  22. package/dist/generated/message.d.ts.map +1 -0
  23. package/dist/generated/nostr/fb/image-data.d.ts +6 -2
  24. package/dist/generated/nostr/fb/image-data.d.ts.map +1 -1
  25. package/dist/generated/nostr/fb/kind0parsed.d.ts +100 -0
  26. package/dist/generated/nostr/fb/kind0parsed.d.ts.map +1 -0
  27. package/dist/generated/nostr/fb/kind10002parsed.d.ts +25 -0
  28. package/dist/generated/nostr/fb/kind10002parsed.d.ts.map +1 -0
  29. package/dist/generated/nostr/fb/kind10019parsed.d.ts +38 -0
  30. package/dist/generated/nostr/fb/kind10019parsed.d.ts.map +1 -0
  31. package/dist/generated/nostr/fb/kind17375parsed.d.ts +38 -0
  32. package/dist/generated/nostr/fb/kind17375parsed.d.ts.map +1 -0
  33. package/dist/generated/nostr/fb/kind17parsed.d.ts +42 -0
  34. package/dist/generated/nostr/fb/kind17parsed.d.ts.map +1 -0
  35. package/dist/generated/nostr/fb/kind1parsed.d.ts +50 -0
  36. package/dist/generated/nostr/fb/kind1parsed.d.ts.map +1 -0
  37. package/dist/generated/nostr/fb/kind30023-parsed.d.ts +6 -2
  38. package/dist/generated/nostr/fb/kind30023-parsed.d.ts.map +1 -1
  39. package/dist/generated/nostr/fb/kind30023parsed.d.ts +58 -0
  40. package/dist/generated/nostr/fb/kind30023parsed.d.ts.map +1 -0
  41. package/dist/generated/nostr/fb/kind3parsed.d.ts +25 -0
  42. package/dist/generated/nostr/fb/kind3parsed.d.ts.map +1 -0
  43. package/dist/generated/nostr/fb/kind4parsed.d.ts +39 -0
  44. package/dist/generated/nostr/fb/kind4parsed.d.ts.map +1 -0
  45. package/dist/generated/nostr/fb/kind6parsed.d.ts +22 -0
  46. package/dist/generated/nostr/fb/kind6parsed.d.ts.map +1 -0
  47. package/dist/generated/nostr/fb/kind7374parsed.d.ts +31 -0
  48. package/dist/generated/nostr/fb/kind7374parsed.d.ts.map +1 -0
  49. package/dist/generated/nostr/fb/kind7375parsed.d.ts +41 -0
  50. package/dist/generated/nostr/fb/kind7375parsed.d.ts.map +1 -0
  51. package/dist/generated/nostr/fb/kind7376parsed.d.ts +58 -0
  52. package/dist/generated/nostr/fb/kind7376parsed.d.ts.map +1 -0
  53. package/dist/generated/nostr/fb/kind7parsed.d.ts +42 -0
  54. package/dist/generated/nostr/fb/kind7parsed.d.ts.map +1 -0
  55. package/dist/generated/nostr/fb/kind9321parsed.d.ts +64 -0
  56. package/dist/generated/nostr/fb/kind9321parsed.d.ts.map +1 -0
  57. package/dist/generated/nostr/fb/kind9735parsed.d.ts +64 -0
  58. package/dist/generated/nostr/fb/kind9735parsed.d.ts.map +1 -0
  59. package/dist/generated/nostr/fb/p2pkwitness.d.ts +27 -0
  60. package/dist/generated/nostr/fb/p2pkwitness.d.ts.map +1 -0
  61. package/dist/hooks.d.ts +5 -0
  62. package/dist/hooks.d.ts.map +1 -1
  63. package/dist/hooks.js +1 -1
  64. package/dist/hooks.js.map +1 -1
  65. package/dist/index.d.ts +17 -6
  66. package/dist/index.d.ts.map +1 -1
  67. package/dist/index.js +1 -1
  68. package/dist/index2.js +1 -1
  69. package/dist/index2.js.map +1 -1
  70. package/dist/lib/ArrayBufferReader.d.ts +73 -0
  71. package/dist/lib/ArrayBufferReader.d.ts.map +1 -0
  72. package/dist/lib/ByteString.d.ts.map +1 -1
  73. package/dist/parser/index.d.ts +8 -6
  74. package/dist/parser/index.d.ts.map +1 -1
  75. package/dist/parser/index.js +2 -2
  76. package/dist/parser/index.js.map +1 -1
  77. package/dist/parser/pkg/rust_worker.d.ts +1 -1
  78. package/dist/utils.js +4 -4
  79. package/dist/utils.js.map +1 -1
  80. package/package.json +4 -2
  81. package/dist/generated/nostr/fb/kind39089-parsed.d.ts +0 -43
  82. package/dist/generated/nostr/fb/kind39089-parsed.d.ts.map +0 -1
  83. package/dist/generated/nostr/fb/set-pub-key.d.ts +0 -24
  84. package/dist/generated/nostr/fb/set-pub-key.d.ts.map +0 -1
  85. package/dist/lib/SharedBuffer.d.ts +0 -62
  86. package/dist/lib/SharedBuffer.d.ts.map +0 -1
  87. package/dist/ring-buffer.js +0 -1
  88. package/dist/ring-buffer.js.map +0 -1
  89. package/dist/ws/connection.d.ts +0 -37
  90. package/dist/ws/connection.d.ts.map +0 -1
  91. package/dist/ws/index.d.ts +0 -2
  92. package/dist/ws/index.d.ts.map +0 -1
  93. package/dist/ws/index.js +0 -1
  94. package/dist/ws/index.js.map +0 -1
  95. package/dist/ws/registry.d.ts +0 -31
  96. package/dist/ws/registry.d.ts.map +0 -1
  97. package/dist/ws/ring-buffer.d.ts +0 -34
  98. package/dist/ws/ring-buffer.d.ts.map +0 -1
  99. package/dist/ws/runtime.d.ts +0 -23
  100. package/dist/ws/runtime.d.ts.map +0 -1
  101. package/dist/ws/types.d.ts +0 -55
  102. package/dist/ws/types.d.ts.map +0 -1
@@ -0,0 +1,38 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+
3
+ import * as flatbuffers from 'flatbuffers';
4
+ export declare class Kind17375Parsed {
5
+ bb: flatbuffers.ByteBuffer | null;
6
+ bb_pos: number;
7
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind17375Parsed;
8
+ static getRootAsKind17375Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind17375Parsed): Kind17375Parsed;
9
+ static getSizePrefixedRootAsKind17375Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind17375Parsed): Kind17375Parsed;
10
+ mints(index: number): ByteString;
11
+ mints(index: number, optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array;
12
+ mintsLength(): number;
13
+ p2pkPrivKey(): ByteString | null;
14
+ p2pkPrivKey(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
15
+ p2pkPubKey(): ByteString | null;
16
+ p2pkPubKey(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
17
+ decrypted(): boolean;
18
+ static startKind17375Parsed(builder: flatbuffers.Builder): void;
19
+ static addMints(builder: flatbuffers.Builder, mintsOffset: flatbuffers.Offset): void;
20
+ static createMintsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
21
+ static startMintsVector(builder: flatbuffers.Builder, numElems: number): void;
22
+ static addP2pkPrivKey(builder: flatbuffers.Builder, p2pkPrivKeyOffset: flatbuffers.Offset): void;
23
+ static addP2pkPubKey(builder: flatbuffers.Builder, p2pkPubKeyOffset: flatbuffers.Offset): void;
24
+ static addDecrypted(builder: flatbuffers.Builder, decrypted: boolean): void;
25
+ static endKind17375Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
26
+ static createKind17375Parsed(builder: flatbuffers.Builder, mintsOffset: flatbuffers.Offset, p2pkPrivKeyOffset: flatbuffers.Offset, p2pkPubKeyOffset: flatbuffers.Offset, decrypted: boolean): flatbuffers.Offset;
27
+ unpack(): Kind17375ParsedT;
28
+ unpackTo(_o: Kind17375ParsedT): void;
29
+ }
30
+ export declare class Kind17375ParsedT {
31
+ mints: (string)[];
32
+ p2pkPrivKey: ByteString | Uint8Array | null;
33
+ p2pkPubKey: ByteString | Uint8Array | null;
34
+ decrypted: boolean;
35
+ constructor(mints?: (string)[], p2pkPrivKey?: ByteString | Uint8Array | null, p2pkPubKey?: ByteString | Uint8Array | null, decrypted?: boolean);
36
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
37
+ }
38
+ //# sourceMappingURL=kind17375parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind17375parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind17375parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,42 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+ import { Emoji, EmojiT } from '../../nostr/fb/emoji';
3
+ import { ReactionType } from '../../nostr/fb/reaction-type';
4
+
5
+ import * as flatbuffers from 'flatbuffers';
6
+ export declare class Kind17Parsed {
7
+ bb: flatbuffers.ByteBuffer | null;
8
+ bb_pos: number;
9
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind17Parsed;
10
+ static getRootAsKind17Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind17Parsed): Kind17Parsed;
11
+ static getSizePrefixedRootAsKind17Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind17Parsed): Kind17Parsed;
12
+ reactionType(): ReactionType;
13
+ eventId(): ByteString | null;
14
+ eventId(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
15
+ pubkey(): ByteString | null;
16
+ pubkey(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
17
+ eventKind(): bigint;
18
+ emoji(obj?: Emoji): Emoji | null;
19
+ targetCoordinates(): ByteString | null;
20
+ targetCoordinates(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
21
+ static startKind17Parsed(builder: flatbuffers.Builder): void;
22
+ static addReactionType(builder: flatbuffers.Builder, reactionType: ReactionType): void;
23
+ static addEventId(builder: flatbuffers.Builder, eventIdOffset: flatbuffers.Offset): void;
24
+ static addPubkey(builder: flatbuffers.Builder, pubkeyOffset: flatbuffers.Offset): void;
25
+ static addEventKind(builder: flatbuffers.Builder, eventKind: bigint): void;
26
+ static addEmoji(builder: flatbuffers.Builder, emojiOffset: flatbuffers.Offset): void;
27
+ static addTargetCoordinates(builder: flatbuffers.Builder, targetCoordinatesOffset: flatbuffers.Offset): void;
28
+ static endKind17Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
29
+ unpack(): Kind17ParsedT;
30
+ unpackTo(_o: Kind17ParsedT): void;
31
+ }
32
+ export declare class Kind17ParsedT {
33
+ reactionType: ReactionType;
34
+ eventId: ByteString | Uint8Array | null;
35
+ pubkey: ByteString | Uint8Array | null;
36
+ eventKind: bigint;
37
+ emoji: EmojiT | null;
38
+ targetCoordinates: ByteString | Uint8Array | null;
39
+ constructor(reactionType?: ReactionType, eventId?: ByteString | Uint8Array | null, pubkey?: ByteString | Uint8Array | null, eventKind?: bigint, emoji?: EmojiT | null, targetCoordinates?: ByteString | Uint8Array | null);
40
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
41
+ }
42
+ //# sourceMappingURL=kind17parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind17parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind17parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,50 @@
1
+ import { ContentBlock, ContentBlockT } from '../../nostr/fb/content-block';
2
+ import { EventPointer, EventPointerT } from '../../nostr/fb/event-pointer';
3
+ import { ProfilePointer, ProfilePointerT } from '../../nostr/fb/profile-pointer';
4
+ import * as flatbuffers from 'flatbuffers';
5
+ export declare class Kind1Parsed {
6
+ bb: flatbuffers.ByteBuffer | null;
7
+ bb_pos: number;
8
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind1Parsed;
9
+ static getRootAsKind1Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind1Parsed): Kind1Parsed;
10
+ static getSizePrefixedRootAsKind1Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind1Parsed): Kind1Parsed;
11
+ parsedContent(index: number, obj?: ContentBlock): ContentBlock | null;
12
+ parsedContentLength(): number;
13
+ shortenedContent(index: number, obj?: ContentBlock): ContentBlock | null;
14
+ shortenedContentLength(): number;
15
+ quotes(index: number, obj?: ProfilePointer): ProfilePointer | null;
16
+ quotesLength(): number;
17
+ mentions(index: number, obj?: EventPointer): EventPointer | null;
18
+ mentionsLength(): number;
19
+ reply(obj?: EventPointer): EventPointer | null;
20
+ root(obj?: EventPointer): EventPointer | null;
21
+ static startKind1Parsed(builder: flatbuffers.Builder): void;
22
+ static addParsedContent(builder: flatbuffers.Builder, parsedContentOffset: flatbuffers.Offset): void;
23
+ static createParsedContentVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
24
+ static startParsedContentVector(builder: flatbuffers.Builder, numElems: number): void;
25
+ static addShortenedContent(builder: flatbuffers.Builder, shortenedContentOffset: flatbuffers.Offset): void;
26
+ static createShortenedContentVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
27
+ static startShortenedContentVector(builder: flatbuffers.Builder, numElems: number): void;
28
+ static addQuotes(builder: flatbuffers.Builder, quotesOffset: flatbuffers.Offset): void;
29
+ static createQuotesVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
30
+ static startQuotesVector(builder: flatbuffers.Builder, numElems: number): void;
31
+ static addMentions(builder: flatbuffers.Builder, mentionsOffset: flatbuffers.Offset): void;
32
+ static createMentionsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
33
+ static startMentionsVector(builder: flatbuffers.Builder, numElems: number): void;
34
+ static addReply(builder: flatbuffers.Builder, replyOffset: flatbuffers.Offset): void;
35
+ static addRoot(builder: flatbuffers.Builder, rootOffset: flatbuffers.Offset): void;
36
+ static endKind1Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
37
+ unpack(): Kind1ParsedT;
38
+ unpackTo(_o: Kind1ParsedT): void;
39
+ }
40
+ export declare class Kind1ParsedT {
41
+ parsedContent: (ContentBlockT)[];
42
+ shortenedContent: (ContentBlockT)[];
43
+ quotes: (ProfilePointerT)[];
44
+ mentions: (EventPointerT)[];
45
+ reply: EventPointerT | null;
46
+ root: EventPointerT | null;
47
+ constructor(parsedContent?: (ContentBlockT)[], shortenedContent?: (ContentBlockT)[], quotes?: (ProfilePointerT)[], mentions?: (EventPointerT)[], reply?: EventPointerT | null, root?: EventPointerT | null);
48
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
49
+ }
50
+ //# sourceMappingURL=kind1parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind1parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind1parsed.ts"],"names":[],"mappings":"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"}
@@ -23,6 +23,8 @@ export declare class Kind30023Parsed implements flatbuffers.IUnpackableObject<Ki
23
23
  publishedAt(): bigint;
24
24
  naddr(): ByteString | null;
25
25
  naddr(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
26
+ content(): ByteString | null;
27
+ content(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
26
28
  static startKind30023Parsed(builder: flatbuffers.Builder): void;
27
29
  static addSlug(builder: flatbuffers.Builder, slugOffset: flatbuffers.Offset): void;
28
30
  static addTitle(builder: flatbuffers.Builder, titleOffset: flatbuffers.Offset): void;
@@ -34,8 +36,9 @@ export declare class Kind30023Parsed implements flatbuffers.IUnpackableObject<Ki
34
36
  static startTopicsVector(builder: flatbuffers.Builder, numElems: number): void;
35
37
  static addPublishedAt(builder: flatbuffers.Builder, publishedAt: bigint): void;
36
38
  static addNaddr(builder: flatbuffers.Builder, naddrOffset: flatbuffers.Offset): void;
39
+ static addContent(builder: flatbuffers.Builder, contentOffset: flatbuffers.Offset): void;
37
40
  static endKind30023Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
38
- static createKind30023Parsed(builder: flatbuffers.Builder, slugOffset: flatbuffers.Offset, titleOffset: flatbuffers.Offset, summaryOffset: flatbuffers.Offset, imageOffset: flatbuffers.Offset, canonicalOffset: flatbuffers.Offset, topicsOffset: flatbuffers.Offset, publishedAt: bigint, naddrOffset: flatbuffers.Offset): flatbuffers.Offset;
41
+ static createKind30023Parsed(builder: flatbuffers.Builder, slugOffset: flatbuffers.Offset, titleOffset: flatbuffers.Offset, summaryOffset: flatbuffers.Offset, imageOffset: flatbuffers.Offset, canonicalOffset: flatbuffers.Offset, topicsOffset: flatbuffers.Offset, publishedAt: bigint, naddrOffset: flatbuffers.Offset, contentOffset: flatbuffers.Offset): flatbuffers.Offset;
39
42
  unpack(): Kind30023ParsedT;
40
43
  unpackTo(_o: Kind30023ParsedT): void;
41
44
  }
@@ -48,7 +51,8 @@ export declare class Kind30023ParsedT implements flatbuffers.IGeneratedObject {
48
51
  topics: (string)[];
49
52
  publishedAt: bigint;
50
53
  naddr: ByteString | Uint8Array | null;
51
- constructor(slug?: ByteString | Uint8Array | null, title?: ByteString | Uint8Array | null, summary?: ByteString | Uint8Array | null, image?: ByteString | Uint8Array | null, canonical?: ByteString | Uint8Array | null, topics?: (string)[], publishedAt?: bigint, naddr?: ByteString | Uint8Array | null);
54
+ content: ByteString | Uint8Array | null;
55
+ constructor(slug?: ByteString | Uint8Array | null, title?: ByteString | Uint8Array | null, summary?: ByteString | Uint8Array | null, image?: ByteString | Uint8Array | null, canonical?: ByteString | Uint8Array | null, topics?: (string)[], publishedAt?: bigint, naddr?: ByteString | Uint8Array | null, content?: ByteString | Uint8Array | null);
52
56
  pack(builder: flatbuffers.Builder): flatbuffers.Offset;
53
57
  }
54
58
  //# sourceMappingURL=kind30023-parsed.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"kind30023-parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind30023-parsed.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"kind30023-parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind30023-parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,58 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+
3
+ import * as flatbuffers from 'flatbuffers';
4
+ export declare class Kind30023Parsed {
5
+ bb: flatbuffers.ByteBuffer | null;
6
+ bb_pos: number;
7
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind30023Parsed;
8
+ static getRootAsKind30023Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind30023Parsed): Kind30023Parsed;
9
+ static getSizePrefixedRootAsKind30023Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind30023Parsed): Kind30023Parsed;
10
+ slug(): ByteString | null;
11
+ slug(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
12
+ title(): ByteString | null;
13
+ title(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
14
+ summary(): ByteString | null;
15
+ summary(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
16
+ image(): ByteString | null;
17
+ image(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
18
+ canonical(): ByteString | null;
19
+ canonical(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
20
+ topics(index: number): ByteString;
21
+ topics(index: number, optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array;
22
+ topicsLength(): number;
23
+ publishedAt(): bigint;
24
+ naddr(): ByteString | null;
25
+ naddr(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
26
+ content(): ByteString | null;
27
+ content(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
28
+ static startKind30023Parsed(builder: flatbuffers.Builder): void;
29
+ static addSlug(builder: flatbuffers.Builder, slugOffset: flatbuffers.Offset): void;
30
+ static addTitle(builder: flatbuffers.Builder, titleOffset: flatbuffers.Offset): void;
31
+ static addSummary(builder: flatbuffers.Builder, summaryOffset: flatbuffers.Offset): void;
32
+ static addImage(builder: flatbuffers.Builder, imageOffset: flatbuffers.Offset): void;
33
+ static addCanonical(builder: flatbuffers.Builder, canonicalOffset: flatbuffers.Offset): void;
34
+ static addTopics(builder: flatbuffers.Builder, topicsOffset: flatbuffers.Offset): void;
35
+ static createTopicsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
36
+ static startTopicsVector(builder: flatbuffers.Builder, numElems: number): void;
37
+ static addPublishedAt(builder: flatbuffers.Builder, publishedAt: bigint): void;
38
+ static addNaddr(builder: flatbuffers.Builder, naddrOffset: flatbuffers.Offset): void;
39
+ static addContent(builder: flatbuffers.Builder, contentOffset: flatbuffers.Offset): void;
40
+ static endKind30023Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
41
+ static createKind30023Parsed(builder: flatbuffers.Builder, slugOffset: flatbuffers.Offset, titleOffset: flatbuffers.Offset, summaryOffset: flatbuffers.Offset, imageOffset: flatbuffers.Offset, canonicalOffset: flatbuffers.Offset, topicsOffset: flatbuffers.Offset, publishedAt: bigint, naddrOffset: flatbuffers.Offset, contentOffset: flatbuffers.Offset): flatbuffers.Offset;
42
+ unpack(): Kind30023ParsedT;
43
+ unpackTo(_o: Kind30023ParsedT): void;
44
+ }
45
+ export declare class Kind30023ParsedT {
46
+ slug: ByteString | Uint8Array | null;
47
+ title: ByteString | Uint8Array | null;
48
+ summary: ByteString | Uint8Array | null;
49
+ image: ByteString | Uint8Array | null;
50
+ canonical: ByteString | Uint8Array | null;
51
+ topics: (string)[];
52
+ publishedAt: bigint;
53
+ naddr: ByteString | Uint8Array | null;
54
+ content: ByteString | Uint8Array | null;
55
+ constructor(slug?: ByteString | Uint8Array | null, title?: ByteString | Uint8Array | null, summary?: ByteString | Uint8Array | null, image?: ByteString | Uint8Array | null, canonical?: ByteString | Uint8Array | null, topics?: (string)[], publishedAt?: bigint, naddr?: ByteString | Uint8Array | null, content?: ByteString | Uint8Array | null);
56
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
57
+ }
58
+ //# sourceMappingURL=kind30023parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind30023parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind30023parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,25 @@
1
+ import { Contact, ContactT } from '../../nostr/fb/contact';
2
+ import * as flatbuffers from 'flatbuffers';
3
+ export declare class Kind3Parsed {
4
+ bb: flatbuffers.ByteBuffer | null;
5
+ bb_pos: number;
6
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind3Parsed;
7
+ static getRootAsKind3Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind3Parsed): Kind3Parsed;
8
+ static getSizePrefixedRootAsKind3Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind3Parsed): Kind3Parsed;
9
+ contacts(index: number, obj?: Contact): Contact | null;
10
+ contactsLength(): number;
11
+ static startKind3Parsed(builder: flatbuffers.Builder): void;
12
+ static addContacts(builder: flatbuffers.Builder, contactsOffset: flatbuffers.Offset): void;
13
+ static createContactsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
14
+ static startContactsVector(builder: flatbuffers.Builder, numElems: number): void;
15
+ static endKind3Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
16
+ static createKind3Parsed(builder: flatbuffers.Builder, contactsOffset: flatbuffers.Offset): flatbuffers.Offset;
17
+ unpack(): Kind3ParsedT;
18
+ unpackTo(_o: Kind3ParsedT): void;
19
+ }
20
+ export declare class Kind3ParsedT {
21
+ contacts: (ContactT)[];
22
+ constructor(contacts?: (ContactT)[]);
23
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
24
+ }
25
+ //# sourceMappingURL=kind3parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind3parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind3parsed.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAE3C,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAG3D,qBAAa,WAAW;IACtB,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,WAAW;IAMzD,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,WAAW,GAAE,WAAW;IAIpF,MAAM,CAAC,gCAAgC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,WAAW,GAAE,WAAW;IAKhG,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAC,OAAO,GAAE,OAAO,GAAC,IAAI;IAKlD,cAAc,IAAG,MAAM;IAKvB,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAInD,MAAM,CAAC,WAAW,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,cAAc,EAAC,WAAW,CAAC,MAAM;IAIjF,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,IAAI,EAAC,WAAW,CAAC,MAAM,EAAE,GAAE,WAAW,CAAC,MAAM;IAQtG,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,QAAQ,EAAC,MAAM;IAIvE,MAAM,CAAC,cAAc,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAMrE,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,cAAc,EAAC,WAAW,CAAC,MAAM,GAAE,WAAW,CAAC,MAAM;IAM3G,MAAM,IAAI,YAAY;IAOtB,QAAQ,CAAC,EAAE,EAAE,YAAY,GAAG,IAAI;CAG/B;AAED,qBAAa,YAAY;IAEhB,QAAQ,EAAE,CAAC,QAAQ,CAAC,EAAE;gBAAtB,QAAQ,GAAE,CAAC,QAAQ,CAAC,EAAO;IAIpC,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAOpD"}
@@ -0,0 +1,39 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+ import { ContentBlock, ContentBlockT } from '../../nostr/fb/content-block';
3
+
4
+ import * as flatbuffers from 'flatbuffers';
5
+ export declare class Kind4Parsed {
6
+ bb: flatbuffers.ByteBuffer | null;
7
+ bb_pos: number;
8
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind4Parsed;
9
+ static getRootAsKind4Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind4Parsed): Kind4Parsed;
10
+ static getSizePrefixedRootAsKind4Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind4Parsed): Kind4Parsed;
11
+ parsedContent(index: number, obj?: ContentBlock): ContentBlock | null;
12
+ parsedContentLength(): number;
13
+ decryptedContent(): ByteString | null;
14
+ decryptedContent(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
15
+ chatId(): ByteString | null;
16
+ chatId(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
17
+ recipient(): ByteString | null;
18
+ recipient(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
19
+ static startKind4Parsed(builder: flatbuffers.Builder): void;
20
+ static addParsedContent(builder: flatbuffers.Builder, parsedContentOffset: flatbuffers.Offset): void;
21
+ static createParsedContentVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
22
+ static startParsedContentVector(builder: flatbuffers.Builder, numElems: number): void;
23
+ static addDecryptedContent(builder: flatbuffers.Builder, decryptedContentOffset: flatbuffers.Offset): void;
24
+ static addChatId(builder: flatbuffers.Builder, chatIdOffset: flatbuffers.Offset): void;
25
+ static addRecipient(builder: flatbuffers.Builder, recipientOffset: flatbuffers.Offset): void;
26
+ static endKind4Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
27
+ static createKind4Parsed(builder: flatbuffers.Builder, parsedContentOffset: flatbuffers.Offset, decryptedContentOffset: flatbuffers.Offset, chatIdOffset: flatbuffers.Offset, recipientOffset: flatbuffers.Offset): flatbuffers.Offset;
28
+ unpack(): Kind4ParsedT;
29
+ unpackTo(_o: Kind4ParsedT): void;
30
+ }
31
+ export declare class Kind4ParsedT {
32
+ parsedContent: (ContentBlockT)[];
33
+ decryptedContent: ByteString | Uint8Array | null;
34
+ chatId: ByteString | Uint8Array | null;
35
+ recipient: ByteString | Uint8Array | null;
36
+ constructor(parsedContent?: (ContentBlockT)[], decryptedContent?: ByteString | Uint8Array | null, chatId?: ByteString | Uint8Array | null, recipient?: ByteString | Uint8Array | null);
37
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
38
+ }
39
+ //# sourceMappingURL=kind4parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind4parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind4parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ import { ParsedEvent, ParsedEventT } from '../../nostr/fb/parsed-event';
2
+ import * as flatbuffers from 'flatbuffers';
3
+ export declare class Kind6Parsed {
4
+ bb: flatbuffers.ByteBuffer | null;
5
+ bb_pos: number;
6
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind6Parsed;
7
+ static getRootAsKind6Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind6Parsed): Kind6Parsed;
8
+ static getSizePrefixedRootAsKind6Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind6Parsed): Kind6Parsed;
9
+ repostedEvent(obj?: ParsedEvent): ParsedEvent | null;
10
+ static startKind6Parsed(builder: flatbuffers.Builder): void;
11
+ static addRepostedEvent(builder: flatbuffers.Builder, repostedEventOffset: flatbuffers.Offset): void;
12
+ static endKind6Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
13
+ static createKind6Parsed(builder: flatbuffers.Builder, repostedEventOffset: flatbuffers.Offset): flatbuffers.Offset;
14
+ unpack(): Kind6ParsedT;
15
+ unpackTo(_o: Kind6ParsedT): void;
16
+ }
17
+ export declare class Kind6ParsedT {
18
+ repostedEvent: ParsedEventT | null;
19
+ constructor(repostedEvent?: ParsedEventT | null);
20
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
21
+ }
22
+ //# sourceMappingURL=kind6parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind6parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind6parsed.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAGxE,qBAAa,WAAW;IACtB,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,WAAW;IAMzD,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,WAAW,GAAE,WAAW;IAIpF,MAAM,CAAC,gCAAgC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,WAAW,GAAE,WAAW;IAKhG,aAAa,CAAC,GAAG,CAAC,EAAC,WAAW,GAAE,WAAW,GAAC,IAAI;IAKhD,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAInD,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,mBAAmB,EAAC,WAAW,CAAC,MAAM;IAI3F,MAAM,CAAC,cAAc,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKrE,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,mBAAmB,EAAC,WAAW,CAAC,MAAM,GAAE,WAAW,CAAC,MAAM;IAMhH,MAAM,IAAI,YAAY;IAOtB,QAAQ,CAAC,EAAE,EAAE,YAAY,GAAG,IAAI;CAG/B;AAED,qBAAa,YAAY;IAEhB,aAAa,EAAE,YAAY,GAAC,IAAI;gBAAhC,aAAa,GAAE,YAAY,GAAC,IAAW;IAIhD,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAOpD"}
@@ -0,0 +1,31 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+
3
+ import * as flatbuffers from 'flatbuffers';
4
+ export declare class Kind7374Parsed {
5
+ bb: flatbuffers.ByteBuffer | null;
6
+ bb_pos: number;
7
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind7374Parsed;
8
+ static getRootAsKind7374Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7374Parsed): Kind7374Parsed;
9
+ static getSizePrefixedRootAsKind7374Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7374Parsed): Kind7374Parsed;
10
+ quoteId(): ByteString | null;
11
+ quoteId(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
12
+ mintUrl(): ByteString | null;
13
+ mintUrl(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
14
+ expiration(): bigint;
15
+ static startKind7374Parsed(builder: flatbuffers.Builder): void;
16
+ static addQuoteId(builder: flatbuffers.Builder, quoteIdOffset: flatbuffers.Offset): void;
17
+ static addMintUrl(builder: flatbuffers.Builder, mintUrlOffset: flatbuffers.Offset): void;
18
+ static addExpiration(builder: flatbuffers.Builder, expiration: bigint): void;
19
+ static endKind7374Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
20
+ static createKind7374Parsed(builder: flatbuffers.Builder, quoteIdOffset: flatbuffers.Offset, mintUrlOffset: flatbuffers.Offset, expiration: bigint): flatbuffers.Offset;
21
+ unpack(): Kind7374ParsedT;
22
+ unpackTo(_o: Kind7374ParsedT): void;
23
+ }
24
+ export declare class Kind7374ParsedT {
25
+ quoteId: ByteString | Uint8Array | null;
26
+ mintUrl: ByteString | Uint8Array | null;
27
+ expiration: bigint;
28
+ constructor(quoteId?: ByteString | Uint8Array | null, mintUrl?: ByteString | Uint8Array | null, expiration?: bigint);
29
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
30
+ }
31
+ //# sourceMappingURL=kind7374parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind7374parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind7374parsed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,cAAc;IACzB,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,cAAc;IAM5D,MAAM,CAAC,uBAAuB,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,cAAc,GAAE,cAAc;IAI7F,MAAM,CAAC,mCAAmC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,cAAc,GAAE,cAAc;IAKzG,OAAO,IAAI,UAAU,GAAC,IAAI;IAC1B,OAAO,CAAC,gBAAgB,EAAC,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAC,UAAU,GAAC,IAAI;IAM1E,OAAO,IAAI,UAAU,GAAC,IAAI;IAC1B,OAAO,CAAC,gBAAgB,EAAC,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAC,UAAU,GAAC,IAAI;IAM1E,UAAU,IAAG,MAAM;IAKnB,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAItD,MAAM,CAAC,UAAU,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,aAAa,EAAC,WAAW,CAAC,MAAM;IAI/E,MAAM,CAAC,UAAU,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,aAAa,EAAC,WAAW,CAAC,MAAM;IAI/E,MAAM,CAAC,aAAa,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,UAAU,EAAC,MAAM;IAInE,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAOxE,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,aAAa,EAAC,WAAW,CAAC,MAAM,EAAE,aAAa,EAAC,WAAW,CAAC,MAAM,EAAE,UAAU,EAAC,MAAM,GAAE,WAAW,CAAC,MAAM;IAQlK,MAAM,IAAI,eAAe;IASzB,QAAQ,CAAC,EAAE,EAAE,eAAe,GAAG,IAAI;CAKlC;AAED,qBAAa,eAAe;IAEnB,OAAO,EAAE,UAAU,GAAC,UAAU,GAAC,IAAI;IACnC,OAAO,EAAE,UAAU,GAAC,UAAU,GAAC,IAAI;IACnC,UAAU,EAAE,MAAM;gBAFlB,OAAO,GAAE,UAAU,GAAC,UAAU,GAAC,IAAW,EAC1C,OAAO,GAAE,UAAU,GAAC,UAAU,GAAC,IAAW,EAC1C,UAAU,GAAE,MAAoB;IAIzC,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAUpD"}
@@ -0,0 +1,41 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+ import { Proof, ProofT } from '../../nostr/fb/proof';
3
+
4
+ import * as flatbuffers from 'flatbuffers';
5
+ export declare class Kind7375Parsed {
6
+ bb: flatbuffers.ByteBuffer | null;
7
+ bb_pos: number;
8
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind7375Parsed;
9
+ static getRootAsKind7375Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7375Parsed): Kind7375Parsed;
10
+ static getSizePrefixedRootAsKind7375Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7375Parsed): Kind7375Parsed;
11
+ mintUrl(): ByteString | null;
12
+ mintUrl(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
13
+ proofs(index: number, obj?: Proof): Proof | null;
14
+ proofsLength(): number;
15
+ deletedIds(index: number): ByteString;
16
+ deletedIds(index: number, optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array;
17
+ deletedIdsLength(): number;
18
+ decrypted(): boolean;
19
+ static startKind7375Parsed(builder: flatbuffers.Builder): void;
20
+ static addMintUrl(builder: flatbuffers.Builder, mintUrlOffset: flatbuffers.Offset): void;
21
+ static addProofs(builder: flatbuffers.Builder, proofsOffset: flatbuffers.Offset): void;
22
+ static createProofsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
23
+ static startProofsVector(builder: flatbuffers.Builder, numElems: number): void;
24
+ static addDeletedIds(builder: flatbuffers.Builder, deletedIdsOffset: flatbuffers.Offset): void;
25
+ static createDeletedIdsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
26
+ static startDeletedIdsVector(builder: flatbuffers.Builder, numElems: number): void;
27
+ static addDecrypted(builder: flatbuffers.Builder, decrypted: boolean): void;
28
+ static endKind7375Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
29
+ static createKind7375Parsed(builder: flatbuffers.Builder, mintUrlOffset: flatbuffers.Offset, proofsOffset: flatbuffers.Offset, deletedIdsOffset: flatbuffers.Offset, decrypted: boolean): flatbuffers.Offset;
30
+ unpack(): Kind7375ParsedT;
31
+ unpackTo(_o: Kind7375ParsedT): void;
32
+ }
33
+ export declare class Kind7375ParsedT {
34
+ mintUrl: ByteString | Uint8Array | null;
35
+ proofs: (ProofT)[];
36
+ deletedIds: (string)[];
37
+ decrypted: boolean;
38
+ constructor(mintUrl?: ByteString | Uint8Array | null, proofs?: (ProofT)[], deletedIds?: (string)[], decrypted?: boolean);
39
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
40
+ }
41
+ //# sourceMappingURL=kind7375parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind7375parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind7375parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,58 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+ import { HistoryTag, HistoryTagT } from '../../nostr/fb/history-tag';
3
+
4
+ import * as flatbuffers from 'flatbuffers';
5
+ export declare class Kind7376Parsed {
6
+ bb: flatbuffers.ByteBuffer | null;
7
+ bb_pos: number;
8
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind7376Parsed;
9
+ static getRootAsKind7376Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7376Parsed): Kind7376Parsed;
10
+ static getSizePrefixedRootAsKind7376Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7376Parsed): Kind7376Parsed;
11
+ direction(): ByteString | null;
12
+ direction(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
13
+ amount(): number;
14
+ createdEvents(index: number): ByteString;
15
+ createdEvents(index: number, optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array;
16
+ createdEventsLength(): number;
17
+ destroyedEvents(index: number): ByteString;
18
+ destroyedEvents(index: number, optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array;
19
+ destroyedEventsLength(): number;
20
+ redeemedEvents(index: number): ByteString;
21
+ redeemedEvents(index: number, optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array;
22
+ redeemedEventsLength(): number;
23
+ tags(index: number, obj?: HistoryTag): HistoryTag | null;
24
+ tagsLength(): number;
25
+ decrypted(): boolean;
26
+ static startKind7376Parsed(builder: flatbuffers.Builder): void;
27
+ static addDirection(builder: flatbuffers.Builder, directionOffset: flatbuffers.Offset): void;
28
+ static addAmount(builder: flatbuffers.Builder, amount: number): void;
29
+ static addCreatedEvents(builder: flatbuffers.Builder, createdEventsOffset: flatbuffers.Offset): void;
30
+ static createCreatedEventsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
31
+ static startCreatedEventsVector(builder: flatbuffers.Builder, numElems: number): void;
32
+ static addDestroyedEvents(builder: flatbuffers.Builder, destroyedEventsOffset: flatbuffers.Offset): void;
33
+ static createDestroyedEventsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
34
+ static startDestroyedEventsVector(builder: flatbuffers.Builder, numElems: number): void;
35
+ static addRedeemedEvents(builder: flatbuffers.Builder, redeemedEventsOffset: flatbuffers.Offset): void;
36
+ static createRedeemedEventsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
37
+ static startRedeemedEventsVector(builder: flatbuffers.Builder, numElems: number): void;
38
+ static addTags(builder: flatbuffers.Builder, tagsOffset: flatbuffers.Offset): void;
39
+ static createTagsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
40
+ static startTagsVector(builder: flatbuffers.Builder, numElems: number): void;
41
+ static addDecrypted(builder: flatbuffers.Builder, decrypted: boolean): void;
42
+ static endKind7376Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
43
+ static createKind7376Parsed(builder: flatbuffers.Builder, directionOffset: flatbuffers.Offset, amount: number, createdEventsOffset: flatbuffers.Offset, destroyedEventsOffset: flatbuffers.Offset, redeemedEventsOffset: flatbuffers.Offset, tagsOffset: flatbuffers.Offset, decrypted: boolean): flatbuffers.Offset;
44
+ unpack(): Kind7376ParsedT;
45
+ unpackTo(_o: Kind7376ParsedT): void;
46
+ }
47
+ export declare class Kind7376ParsedT {
48
+ direction: ByteString | Uint8Array | null;
49
+ amount: number;
50
+ createdEvents: (string)[];
51
+ destroyedEvents: (string)[];
52
+ redeemedEvents: (string)[];
53
+ tags: (HistoryTagT)[];
54
+ decrypted: boolean;
55
+ constructor(direction?: ByteString | Uint8Array | null, amount?: number, createdEvents?: (string)[], destroyedEvents?: (string)[], redeemedEvents?: (string)[], tags?: (HistoryTagT)[], decrypted?: boolean);
56
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
57
+ }
58
+ //# sourceMappingURL=kind7376parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind7376parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind7376parsed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,42 @@
1
+ import { ByteString } from '../../../lib/ByteString';
2
+ import { Emoji, EmojiT } from '../../nostr/fb/emoji';
3
+ import { ReactionType } from '../../nostr/fb/reaction-type';
4
+
5
+ import * as flatbuffers from 'flatbuffers';
6
+ export declare class Kind7Parsed {
7
+ bb: flatbuffers.ByteBuffer | null;
8
+ bb_pos: number;
9
+ __init(i: number, bb: flatbuffers.ByteBuffer): Kind7Parsed;
10
+ static getRootAsKind7Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7Parsed): Kind7Parsed;
11
+ static getSizePrefixedRootAsKind7Parsed(bb: flatbuffers.ByteBuffer, obj?: Kind7Parsed): Kind7Parsed;
12
+ reactionType(): ReactionType;
13
+ eventId(): ByteString | null;
14
+ eventId(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
15
+ pubkey(): ByteString | null;
16
+ pubkey(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
17
+ eventKind(): bigint;
18
+ emoji(obj?: Emoji): Emoji | null;
19
+ targetCoordinates(): ByteString | null;
20
+ targetCoordinates(optionalEncoding: flatbuffers.Encoding): ByteString | Uint8Array | null;
21
+ static startKind7Parsed(builder: flatbuffers.Builder): void;
22
+ static addReactionType(builder: flatbuffers.Builder, reactionType: ReactionType): void;
23
+ static addEventId(builder: flatbuffers.Builder, eventIdOffset: flatbuffers.Offset): void;
24
+ static addPubkey(builder: flatbuffers.Builder, pubkeyOffset: flatbuffers.Offset): void;
25
+ static addEventKind(builder: flatbuffers.Builder, eventKind: bigint): void;
26
+ static addEmoji(builder: flatbuffers.Builder, emojiOffset: flatbuffers.Offset): void;
27
+ static addTargetCoordinates(builder: flatbuffers.Builder, targetCoordinatesOffset: flatbuffers.Offset): void;
28
+ static endKind7Parsed(builder: flatbuffers.Builder): flatbuffers.Offset;
29
+ unpack(): Kind7ParsedT;
30
+ unpackTo(_o: Kind7ParsedT): void;
31
+ }
32
+ export declare class Kind7ParsedT {
33
+ reactionType: ReactionType;
34
+ eventId: ByteString | Uint8Array | null;
35
+ pubkey: ByteString | Uint8Array | null;
36
+ eventKind: bigint;
37
+ emoji: EmojiT | null;
38
+ targetCoordinates: ByteString | Uint8Array | null;
39
+ constructor(reactionType?: ReactionType, eventId?: ByteString | Uint8Array | null, pubkey?: ByteString | Uint8Array | null, eventKind?: bigint, emoji?: EmojiT | null, targetCoordinates?: ByteString | Uint8Array | null);
40
+ pack(builder: flatbuffers.Builder): flatbuffers.Offset;
41
+ }
42
+ //# sourceMappingURL=kind7parsed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind7parsed.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/kind7parsed.ts"],"names":[],"mappings":"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"}