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

0.1.3 • Public • Published



@axia-core/txwrapper-core

Core components for creating a txwrapper lib.

npm Github Actions david-dm



yarn add @axia-core/txwrapper-core

In a JS/TS index file of package:

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

// Export methods of pallets included in the chain's runtime.
export const methods = {
	currencies: ORMLMethods.currencies,
};

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

Readme

Keywords

none

Package Sidebar

Install

npm i @axia-core/txwrapper-core

Weekly Downloads

1

Version

0.1.3

License

Apache-2.0

Unpacked Size

1.77 MB

Total Files

144

Last publish

Collaborators

  • sankar-boro-zeeve