@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
13 lines • 528 B
TypeScript
import type { RecipientData } from "./types";
/**
* Get the display value for a recipient (formatted address with optional ENS name).
*/
export declare function getRecipientDisplayValue(recipient: RecipientData | null, options?: {
prefixLength?: number;
suffixLength?: number;
}): string;
/**
* Get the prefill value for recipient search when editing from Amount step.
*/
export declare function getRecipientSearchPrefillValue(recipient: RecipientData | null): string | undefined;
//# sourceMappingURL=utils.d.ts.map