@orangecheck/stamp-ots / OtsOp
Type Alias: OtsOp
type OtsOp =
| {
kind: "sha256" | "ripemd160" | "sha1" | "keccak256" | "reverse" | "hexlify";
}
| {
arg: Uint8Array;
kind: "append" | "prepend";
};
Defined in: ots.ts:27
@orangecheck/stamp-ots / OtsOp
type OtsOp =
| {
kind: "sha256" | "ripemd160" | "sha1" | "keccak256" | "reverse" | "hexlify";
}
| {
arg: Uint8Array;
kind: "append" | "prepend";
};
Defined in: ots.ts:27