@axia-core/txwrapper-axia-core
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published



@axia-core/txwrapper-axia-core

Selected dispatchables of Substrate pallets, to be re-exported by chain specific txwrappers

npm Github Actions david-dm



yarn add @axia-core/txwrapper-axia-core

In a JS/TS index file of package:

import { methods as axia_coreMethods } from '@axia-core/txwrapper-axia-core';

// Export methods of axia-core pallets included in the chain's runtime.
export const methods = {
    balances: axia_coreMethods.balances,
    utility: axia_coreMethods.utility,
    proxy: axia_coreMethods.proxy,
  };

Have a look at the txwrapper creation guide for chain builders to see more guidance on how to use this package in a chain specific txwrapper.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @axia-core/txwrapper-axia-core

    Weekly Downloads

    2

    Version

    0.1.3

    License

    Apache-2.0

    Unpacked Size

    172 kB

    Total Files

    273

    Last publish

    Collaborators

    • sankar-boro-zeeve