@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
11 lines • 548 B
TypeScript
export declare const STELLAR_BURN_ADDRESS = "GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF";
export declare function isAccountMultiSign(account: string): Promise<boolean>;
/**
* Returns true if address is valid, false if it's invalid (can't parse or wrong checksum)
*
* @param {*} address
*/
export declare function isAddressValid(address: string): boolean;
/** Compile-time exhaustiveness helper: call when a value should be `never`. */
export declare function assertUnreachable(_: never): never;
//# sourceMappingURL=utils.d.ts.map