@orangecheck/stamp-ots / AnchorVerificationResult
Type Alias: AnchorVerificationResult
type AnchorVerificationResult =
| {
merkleRoot: string;
ok: true;
}
| {
ok: false;
reason: string;
};
Defined in: types.ts:72
@orangecheck/stamp-ots / AnchorVerificationResult
type AnchorVerificationResult =
| {
merkleRoot: string;
ok: true;
}
| {
ok: false;
reason: string;
};
Defined in: types.ts:72