We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aed3c commit a29bfeeCopy full SHA for a29bfee
.changeset/purple-forks-rest.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solana/options": patch
3
4
+
5
+Fix missing export of Zeroable Option codecs
packages/options/src/index.ts
@@ -2,3 +2,4 @@ export * from './option';
export * from './option-codec';
export * from './unwrap-option';
export * from './unwrap-option-recursively';
+export * from './zeroable-option-codec';
0 commit comments