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