Cip30CoseSign1
export interface Cip30CoseSign1 {
address: ShelleyAddress<PubKeyHash>
bytes: number[]
payload: number[]
toCbor(): number[]
verify(pubKey: PubKey): void
}
Properties
address
address: ShelleyAddress<PubKeyHash>
bytes
bytes: number[]
payload
payload: number[]
toCbor
toCbor(): number[]
verify
verify(pubKey: PubKey): void
Throws an error if the signature isn't valid