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

7.4.0 • Public • Published



@substrate/txwrapper-orml

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

npm Github Actions david-dm



yarn add @substrate/txwrapper-orml

In a JS/TS index file of package:

import { methods as ORMLMethods } from '@substrate/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.

Readme

Keywords

none

Package Sidebar

Install

npm i @substrate/txwrapper-orml

Weekly Downloads

61

Version

7.4.0

License

Apache-2.0

Unpacked Size

42.7 kB

Total Files

31

Last publish

Collaborators

  • bee344
  • imod7
  • marshacb
  • tarikgul