@xylabs/sdk-react
    Preparing search index...

    Interface EthAccountButtonProps

    interface EthAccountButtonProps {
        address?: EthAddressWrapper | null;
        addressLength?: "auto" | "short" | "long";
        fontFamily?: string;
        full?: boolean;
        icon?: boolean;
        iconOnly?: boolean;
        iconSize?: number;
        removeMargin?: boolean;
        shortenedLength?: number;
        toEtherScan?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address?: EthAddressWrapper | null
    addressLength?: "auto" | "short" | "long"
    fontFamily?: string
    full?: boolean
    icon?: boolean
    iconOnly?: boolean
    iconSize?: number
    removeMargin?: boolean
    shortenedLength?: number
    toEtherScan?: boolean