TxId
export interface TxId {
bytes: number[]
isEqual(other: TxId): boolean
kind: "TxId"
toCbor(): number[]
toHex(): string
toString(): string
toUplcData(): ConstrData
}
Properties
bytes
bytes: number[]
isEqual
isEqual(other: TxId): boolean
kind
kind: "TxId"
toCbor
toCbor(): number[]
toHex
toHex(): string
toString
toString(): string
toUplcData
toUplcData(): ConstrData