Docs

LocalWalletOptions

type LocalWalletOptions = {
  chain?: Chain;
  secretKey?: string;
  storage?: AsyncStorage;
};