export interface IAptosAccountAssetManager { getAptosBalance(): Promise; getCoinBalance(coinType: string): Promise; getAddress(): string; setChainRpcUrl(chainRpcUrl: string): void; getChainRpcUrl(): string; }