Skip to content

v0.0.4

Compare
Choose a tag to compare
@greg-schrammel greg-schrammel released this 01 Feb 22:17
· 15 commits to main since this release

Adds TypedUseRecentTransactions & TypedUseAddRecentTransaction to type hooks

export const useRecentTransactions: TypedUseRecentTransactions<TransactionMeta> =  _useRecentTransactions
export const useAddRecentTransaction: TypedUseAddRecentTransaction<TransactionMeta> =  _useAddRecentTransaction