Properties
| Property | Type |
|---|---|
type | SecureIframeKeyExportEventType["GET_PRIVATE_KEY"] |
payload | SecureIframeContext & { address: string; type: SecureIframeChainType; } |
type SecureIframeGetPrivateKeyMessage = {
type: SecureIframeKeyExportEventType["GET_PRIVATE_KEY"];
payload: SecureIframeContext & {
address: string;
type: SecureIframeChainType;
};
};
| Property | Type |
|---|---|
type | SecureIframeKeyExportEventType["GET_PRIVATE_KEY"] |
payload | SecureIframeContext & { address: string; type: SecureIframeChainType; } |
Was this page helpful?