export type Signature = { codec: string; publicKey: string; signature: Uint8Array; };