Evolution SDK

Pointer.ts

Pointer overview


Table of contents


generators

arbitrary

FastCheck arbitrary for generating random Pointer instances

Signature

export declare const arbitrary: FastCheck.Arbitrary<Pointer>

Added in v2.0.0

predicates

isPointer

Check if the given value is a valid Pointer

Signature

export declare const isPointer: (u: unknown, overrideOptions?: ParseOptions | number) => u is Pointer

Added in v2.0.0

schemas

Pointer (class)

Schema for pointer to a stake registration certificate Contains slot, transaction index, and certificate index information

Signature

export declare class Pointer

Added in v2.0.0

toJSON (method)

Signature

toJSON()

toString (method)

Signature

toString(): string

[Inspectable.NodeInspectSymbol] (method)

Signature

[Inspectable.NodeInspectSymbol](): unknown

[Equal.symbol] (method)

Signature

[Equal.symbol](that: unknown): boolean

[Hash.symbol] (method)

Signature

[Hash.symbol](): number