@darwinia/types-known
Advanced tools
Changelog
1.1.1 Feb 06, 2020
balances.account
or system.account
should supply "BalanceLock": "BalanceLockTo212"
to their types to use the previous-generation BalanceLock
(when querying locks)Changes:
balances.account
in all applicable derives (incl. vesting
module)api.tx.*.*
- the polkadot-types-from-chain
now also generates these(staking.recentlyOffline
, balances.nominatorsFor
).isMax()
on int values, an opposite of isZero()
(e.g. u128
, as well as derived, e.g. Balances
).keyPrefix()
to all api.query.*
complementing the .key()
call, both returning a hex string.toJSON()
to return type name as specified