efi fixes

This commit is contained in:
Aiden McClelland
2025-11-15 00:23:04 -07:00
parent 7210f43f50
commit bc9db9f2b7
15 changed files with 137 additions and 178 deletions

View File

@@ -1,9 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { AnyVerifyingKey } from "./AnyVerifyingKey"
import type { ContactInfo } from "./ContactInfo"
export type SignerInfo = {
name: string
contact: Array<ContactInfo>
keys: Array<AnyVerifyingKey>
}
export type SignerInfo = { name: string }