Files
nym/ts-packages/types
Jędrzej Stuczyński 895edea531 Introduced concept of denom details
No longer exposing plain 'DENOM'

Denom registration + conversion

Generating typescript type for DecCoin

'New' API on 'send'

Further WIP work on transforming usages of MajorCurrencyAmount into DecCoin

Further replacements of MajorCurrencyAmount into DecCoin

Attempt at dec-coinifying get_all_mix_delegations

Finished purge of MajorCurrencyAmount

Display for Fee

More unification for conversion methods

Fixed up tests and made clippy happier

Minor post-merge fixes

Removed explicit Arc and RwLock from all tauri commands

Fixed conversion to display coin

More type-restrictive exported denom type

Regenerated rust => ts types
2022-06-10 10:52:49 +01:00
..
2022-06-10 10:52:49 +01:00

Nym Typescript Types

This package provides Typescript types for Nym and some utilities.

These types are exported from Rust using ts-rs.