0.1.3 • Published 4 years ago

@axia-core/txwrapper-registry v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

yarn add @axia-core/txwrapper-registry

In a JS/TS index file of package:

import { getRegistry } from '@axia-core/txwrapper-registry';

  // Create AXIA's type registry.
  const registry = getRegistry({
    chainName: 'AXIA',
    specName: 'axia',
    specVersion: 26,
    metadataRpc,
  });

Have a look at the examples to see how getRegistry is used in the whole lifecycle of a transaction, from generation to signing to broadcast.