children? | | ReactNode | (props: { type: "solana" | "evm-eoa" | "evm-smart"; isSessionExpired: boolean; }) => ReactNode | The children to render. If a function is provided, it will be called with the address type and isSessionExpired as props. |
address | string | The address of the account to export. |
onIframeReady? | () => void | A function to call when the iframe UI is ready. |
onCopySuccess? | () => void | A function to call when the key is copied successfully. |
onIframeError? | (error?: string) => void | A function to call when there is an error in the secure iframe |
onIframeSessionExpired? | () => void | A function to call when the iframe session has expired. |