Type Alias: Signature
type Signature =
| {
Ed25519IotaSignature: string;
}
| {
Secp256k1IotaSignature: string;
}
| {
Secp256r1IotaSignature: string;
};
type Signature =
| {
Ed25519IotaSignature: string;
}
| {
Secp256k1IotaSignature: string;
}
| {
Secp256r1IotaSignature: string;
};