T402 API Reference - v2.8.0
    Preparing search index...

    Interface AddressDisplayProps

    Props for AddressDisplay component

    interface AddressDisplayProps {
        address: string;
        startChars?: number;
        endChars?: number;
        copyable?: boolean;
        className?: string;
    }
    Index

    Properties

    address: string

    The address to display

    startChars?: number

    Number of characters to show at start

    endChars?: number

    Number of characters to show at end

    copyable?: boolean

    Whether to show copy button

    className?: string

    Additional CSS class names