@haxall/haxall
Preparing search index...
node
crypto
KeyPairSyncResult
Interface KeyPairSyncResult<T1, T2>
interface
KeyPairSyncResult
<
T1
extends
string
|
Buffer
,
T2
extends
string
|
Buffer
,
>
{
privateKey
:
T2
;
publicKey
:
T1
;
}
Type Parameters
T1
extends
string
|
Buffer
T2
extends
string
|
Buffer
Index
Properties
private
Key
public
Key
Properties
private
Key
privateKey
:
T2
public
Key
publicKey
:
T1
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
@haxall/haxall
Loading...