Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
Crypto
KeyPairSyncResult
Interface KeyPairSyncResult<T1, T2>
interface
KeyPairSyncResult
<
T1
,
T2
>
{
privateKey
:
T2
;
publicKey
:
T1
;
}
Type Parameters
T1
extends
string
|
Buffer
T2
extends
string
|
Buffer
Index
Properties
private
Key
public
Key
Properties
private
Key
private
Key
:
T2
public
Key
public
Key
:
T1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
@xylabs/sdk-js
Loading...