@orangecheck/stamp-ots / OtsAttestation
Type Alias: OtsAttestation
type OtsAttestation =
| {
height: number;
kind: "bitcoin";
}
| {
kind: "pending";
uri: string;
}
| {
kind: "unknown";
payload: Uint8Array;
tag: string;
};
Defined in: ots.ts:31