Class VisitReturnDetail<A>

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

Type Parameters

Hierarchy (view full)

Constructors

Properties

visitReturnField: VisitReturn<types.BaseActor> = ...
counter: number = 0
status: number = Status.Default
isTable: boolean = false
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