@btx-tools SDK — BTX service-challenge admission control
GitHub
npm
Preparing search index...
@btx-tools/challenges-sdk
BatchResult
Interface BatchResult
Batch response — sequential per-proof results.
interface
BatchResult
{
by_reason
:
Record
<
string
,
number
>
;
count
:
number
;
invalid
:
number
;
results
:
VerifyResult
[]
;
valid
:
number
;
}
Index
Properties
by_
reason
count
invalid
results
valid
Properties
by_
reason
by_reason
:
Record
<
string
,
number
>
count
count
:
number
invalid
invalid
:
number
results
results
:
VerifyResult
[]
valid
valid
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by_
reason
count
invalid
results
valid
GitHub
npm
@btx-tools SDK — BTX service-challenge admission control
Loading...
Batch response — sequential per-proof results.