@rosen-bridge/collateral
v0.1.0
Published
a package to manage collateral box
Downloads
23
Readme
@rosen-bridge/collateral
Table of contents
Introduction
provides a structured and reusable way to work with collateral boxes. The CollateralBox class is responsible for reading and exposing all collateral box properties in a clear and consistent manner. The CollateralBoxBuilder class is a builder that constructs the final collateral box based on those properties.
Installation
npm:
npm i @rosen-bridge/collateralyarn:
yarn add @rosen-bridge/collateral