Pointer

scalus.cardano.address.Pointer
See thePointer companion object
case class Pointer(slot: Slot, txIdx: TxIdx, certIdx: CertIdx)

Represents a pointer to a stake registration certificate on the blockchain Used in pointer addresses to reference stake credentials indirectly

Value parameters

certIdx

Certificate index within the transaction

slot

Transaction slot number where the stake registration occurred

txIdx

Transaction index within the slot

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toBytes: Array[Byte]

Serialize pointer to variable-length encoded bytes following CIP-19 specification

Serialize pointer to variable-length encoded bytes following CIP-19 specification

Attributes

def toHex: String

Convert to hex string for debugging

Convert to hex string for debugging

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product