@axia-core/txwrapper-registry
v0.1.3
Published
AXIA-js type registry creation assistants for txwrapper libraries.
Downloads
13
Readme
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.