UNPKG

@payburner/keyburner-sidewinder-model

Version:
8 lines 487 B
export declare class AccountUtils { static calculateRaw(amount: string, precision: number): string; static calculateUnit(amount: string, precision: number): string; static calculateTokenId(environment: string, token_symbol: string): string; static calculateTokenAccountId(environment: string, token_symbol: string, address: string): string; static calculateEnvironmentAddress(environment: string, address: string): string; } //# sourceMappingURL=AccountUtils.d.ts.map