ulysses-sdk
Version:
An sdk for interacting with the Ulysses contracts
8 lines (7 loc) • 334 B
TypeScript
import { SupportedChainId } from 'maia-core-sdk';
/**
* Given an account address, this function will calculate the virtual account address of the given user.
* @param account - The account address of the user.
* @returns
*/
export declare function computeVirtualAccount(account: string, chainId: SupportedChainId): string;