Add more hooks for Substrate
DoubleOTheven opened this issue · 1 comments
DoubleOTheven commented
Feature Request
Add hooks for standard Substrate pallets
Suggestion
Add hooks for things like Balances
, Accounts
, etc.
We currently have useBalance
, but there are many more hooks we can add.
Scope them under useink/substrate
.
Motivation
Simplify front end development for any Substrate chain in addition to smart contract interactions
peetzweg commented
Ideas which came up for this would be
useExtrinsics
useTransfer
useTeleport