Skip to main content

TxId

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

Properties

bytes

bytes: number[]

isEqual

isEqual(other: TxId): boolean

kind

kind: "TxId"

toCbor

toCbor(): number[]

toHex

toHex(): string

toString

toString(): string
Alias for toHex

toUplcData

toUplcData(): ConstrData

toUplcDataV3

toUplcDataV3(): UplcData