Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
verifyTransparencyProofBundle
Function verifyTransparencyProofBundle
verifyTransparencyProofBundle
(
bundleFile
:
string
,
)
:
{
errors
:
string
[]
;
ok
:
boolean
;
proof
:
|
{
entryHash
:
string
;
leafIndex
:
number
;
merkleRoot
:
string
;
proofPath
:
{
hash
:
string
;
position
:
"left"
|
"right"
}
[]
;
rootSignatureFingerprint
:
string
;
ts
:
number
;
v
:
1
;
}
|
null
;
}
Parameters
bundleFile
:
string
Returns
{
errors
:
string
[]
;
ok
:
boolean
;
proof
:
|
{
entryHash
:
string
;
leafIndex
:
number
;
merkleRoot
:
string
;
proofPath
:
{
hash
:
string
;
position
:
"left"
|
"right"
}
[]
;
rootSignatureFingerprint
:
string
;
ts
:
number
;
v
:
1
;
}
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...