Skip to main content
Options for the EVM and Solana key export iframe hooks.

Properties

PropertyTypeDescription
addressstringThe address of the account to export.
containerRefRefObject<null | HTMLElement>A ref to the container element where the iframe will be appended.
label?stringThe label for the button displayed in the iframe.
copiedLabel?stringThe label to display when the key is copied successfully.
icon?booleanWhether to show an icon in the button. Default true
theme?Partial<SecureIframeTheme>Theme overrides for the iframe button.