Pointer

scalus.cardano.address.Pointer
See thePointer companion class
object Pointer

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pointer.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromBytes(bytes: Array[Byte]): Try[Pointer]

Parse pointer from complete byte array

Parse pointer from complete byte array

Attributes

def parseFrom(bytes: Array[Byte], startIndex: Int): Try[(Pointer, Int)]

Parse pointer from bytes starting at given index

Parse pointer from bytes starting at given index

Value parameters

bytes

Source byte array

startIndex

Index to start parsing from

Attributes

Returns

Tuple of (parsed pointer, bytes consumed)