@axia-core/txwrapper-orml
v0.1.3
Published
Selected dispatchables of ORML pallets, to be re-exported by txwrappers.
Downloads
12
Readme
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.