Blockchain Commons XID TypeScript Library - v1.0.0-alpha.20
Preparing search index...
XIDSigningOptions
Type Alias XIDSigningOptions
XIDSigningOptions
:
|
{
type
:
"none"
}
|
{
type
:
"inception"
}
|
{
type
:
"privateKeys"
;
privateKeys
:
PrivateKeys
}
|
{
type
:
"signingPrivateKey"
;
signingPrivateKey
:
SigningPrivateKey
}
Options for signing an envelope.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons XID TypeScript Library - v1.0.0-alpha.20
Loading...
Options for signing an envelope.