0.1.3 • Published 2 years ago

@axia-core/txwrapper-orml v0.1.3

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

yarn add @axia-core/txwrapper-orml

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
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 in a chain specific txwrapper.

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago