Skip to content

cardano-web3-js / CML / CIP25Version

Enumeration: CIP25Version

Defined in: node_modules/cardano-wasm-libs/src/libs/cardano-multiplatform-lib/nodejs/cardano_multiplatform_lib.d.ts:129

Which version of the CIP25 spec to use. See CIP25 for details. This will change how things are encoded but for the most part contains the same information.

Enumeration Members

V1

V1: 0

Defined in: node_modules/cardano-wasm-libs/src/libs/cardano-multiplatform-lib/nodejs/cardano_multiplatform_lib.d.ts:133

Initial version of CIP25 with only string (utf8) asset names allowed.


V2

V2: 1

Defined in: node_modules/cardano-wasm-libs/src/libs/cardano-multiplatform-lib/nodejs/cardano_multiplatform_lib.d.ts:137

Second version of CIP25. Supports any type of asset names.

Released under the MIT License