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