Creates a new EntryPointAddr instance.
Optional
vmCasperV1: VmCasperV1The V1 Casper VM entry point, if applicable.
Optional
vmCasperV2: VmCasperV2The V2 Casper VM entry point, if applicable.
Optional
vmOptional
vmStatic
fromCreates an EntryPointAddr from a byte array.
A new EntryPointAddr instance.
EntryPointError if the EntryPointAddr type is unexpected.
The byte array.
Static
fromJSONCreates an EntryPointAddr from its JSON representation.
A new EntryPointAddr instance.
The JSON string representation of the EntryPointAddr.
Static
fromCreates an EntryPointAddr from a string representation.
A new EntryPointAddr instance.
EntryPointError if the format is invalid.
The string representation of the entry point address.
Generated using TypeDoc
Represents an entry point address in the system, which may be a V1 or V2 Casper VM entry point.