Crate whisky_csl

Source
Expand description

#whisky-csl

whisky-csl composed of the core serialization logics with the pattern of json-to-transaction, compilable to wasm. This library is not expected to be imported by Rust developers directly, but rather through the higher level APIs like whisky. The wasm build and utility is mostly exposed in MeshJS.

§JS / TS wasm Install

In case you want the directly out of the box wasm function for your JS / TS project, run the below

# For nodejs package
yarn add @sidan-lab/whisky-csl-nodejs
# For browser package
yarn add @sidan-lab/whisky-csl-browser

§APIs

  • The serialization logic documentation at the builder interface.
  • The inline documentation of core json to transaction serialization function is served at here.

Re-exports§

pub use cardano_serialization_lib as csl;
pub use tx_builder::*;
pub use tx_parser::*;
pub use utils::*;

Modules§

tx_builder
tx_parser
utils

Functions§

build_csl_cost_models