@xw3/maki-ts
    Preparing search index...

    Variable useAddressConst

    useAddress: (userFriendly?: boolean) => string = useTonAddress

    Type declaration

      • (userFriendly?: boolean): string
      • Use it to get user's current ton wallet address. If wallet is not connected hook will return empty string.

        Parameters

        • OptionaluserFriendly: boolean

          allows to choose format of the address.

        Returns string