@zeriontech/transactions
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

@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 />;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @zeriontech/transactions

Weekly Downloads

67

Version

0.0.14

License

MIT

Unpacked Size

463 kB

Total Files

33

Last publish

Collaborators

  • everdimension