UNPKG

@dojima-wallet/account

Version:

creates accounts for all layer1, layer2 supported chains.

8 lines (7 loc) 387 B
import ArweaveAccount from "./arweaveAccount"; import DojimaAccount from "./dojimaAccount"; import HermesAccount from "./hermesAccount"; import EthereumAccount from "./ethereumAccount"; import SolanaAccount from "./solanaAccount"; import PolkadotAccount from "./polkadotAccount"; export { ArweaveAccount, DojimaAccount, HermesAccount, EthereumAccount, SolanaAccount, PolkadotAccount, };