0.0.13 • Published 2 days ago

@zeriontech/transactions v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 days ago

@zeriontech/transactions

These modules are used to manage state that's needed for building Zerion Send ans Swap forms

Get Started

Install

npm install @zeriontech/transactions

Use

import { useSendForm } from '@zeriontech/components';
import type { SendFormView } from '@zeriontech/components';

function SendForm() {
  const sendView: SendFormView = useSendForm({
    currencyCode: 'usd',
    DEFAULT_CONFIGURATION,
    address,
    positions,
    getNetworks: () => networksStore.load(),
    client
  });

  return <form />;
}
0.0.13

2 days ago

0.0.12

3 months ago

0.0.11

4 months ago

0.0.10

4 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago