Class VisitArgDetail<A>

Visit the candid file and extract the details. It returns the extracted service details.

Type Parameters

Hierarchy (view full)

Constructors

Properties

counter: number = 0
visitedRecursive: Record<string, true> = {}
visitInt: (<T>(_t, label) => FieldDetail) = ...

Type declaration

visitNat: (<T>(_t, label) => FieldDetail) = ...

Type declaration

visitFloat: (<T>(_t, label) => FieldDetail) = ...

Type declaration

visitFixedInt: (<T>(_t, label) => FieldDetail) = ...

Type declaration

visitFixedNat: (<T>(_t, label) => FieldDetail) = ...

Type declaration

Methods