UNPKG

@htsoft/aiza-wallet-connector

Version:
12 lines (11 loc) 295 B
export declare const useWalletButton: () => { active: boolean; openModal: () => void; buttonAction: () => void; connectedInfo: string | undefined; account: { address: string; addressShortened: string | undefined; } | undefined; actionText: string; };