FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
sign
coordinator
SignRound2Result
Interface SignRound2Result
Result of the sign round2 command.
interface
SignRound2Result
{
signature
:
string
;
signedEnvelope
:
string
;
accepted
:
number
;
rejected
:
number
;
errors
:
number
;
timeouts
:
number
;
}
Index
Properties
signature
signed
Envelope
accepted
rejected
errors
timeouts
Properties
signature
signature
:
string
signed
Envelope
signedEnvelope
:
string
accepted
accepted
:
number
rejected
rejected
:
number
errors
errors
:
number
timeouts
timeouts
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
signature
signed
Envelope
accepted
rejected
errors
timeouts
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Result of the sign round2 command.