BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.20
Preparing search index...
cmd
xid
key
find
publicCmd
CommandArgs
Interface CommandArgs
Command arguments for the key find public command.
interface
CommandArgs
{
keys
?:
string
;
private
:
boolean
;
passwordArgs
:
ReadPasswordArgs
;
verifyArgs
:
VerifyArgs
;
envelope
?:
string
;
}
Index
Properties
keys?
private
password
Args
verify
Args
envelope?
Properties
Optional
keys
keys
?:
string
private
private
:
boolean
password
Args
passwordArgs
:
ReadPasswordArgs
verify
Args
verifyArgs
:
VerifyArgs
Optional
envelope
envelope
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
keys
private
password
Args
verify
Args
envelope
BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.20
Loading...
Command arguments for the key find public command.