@solana/codecs-core
Advanced tools
Comparing version 2.0.0-experimental.4199b4e to 2.0.0-experimental.433f475
@@ -167,1 +167,3 @@ // src/assertions.ts | ||
export { assertByteArrayHasEnoughBytesForCodec, assertByteArrayIsNotEmptyForCodec, assertFixedSizeCodec, combineCodec, fixBytes, fixCodec, fixDecoder, fixEncoder, mapCodec, mapDecoder, mapEncoder, mergeBytes, padBytes, reverseCodec, reverseDecoder, reverseEncoder }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.node.js.map |
@@ -44,5 +44,5 @@ /** | ||
/** | ||
* Defines common options for codec factories. | ||
* Defines common configurations for codec factories. | ||
*/ | ||
export type BaseCodecOptions = { | ||
export type BaseCodecConfig = { | ||
/** A custom description for the Codec. */ | ||
@@ -49,0 +49,0 @@ description?: string; |
{ | ||
"name": "@solana/codecs-core", | ||
"version": "2.0.0-experimental.4199b4e", | ||
"version": "2.0.0-experimental.433f475", | ||
"description": "Core types and helpers for encoding and decoding byte arrays on Solana", | ||
@@ -70,4 +70,4 @@ "exports": { | ||
"build-scripts": "0.0.0", | ||
"tsconfig": "0.0.0", | ||
"test-config": "0.0.0" | ||
"test-config": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "bundlewatch": { |
Sorry, the diff of this file is not supported yet
150789
33