Class StoredVersionedContractByHash

Represents a deploy item with a stored versioned contract referenced by its hash.

Hierarchy

  • StoredVersionedContractByHash

Constructors

Properties

Methods

Constructors

Properties

args: Args

The arguments for the contract call.

entryPoint: string

The entry point of the contract to invoke.

The hash of the stored contract.

version?: number

The version of the contract.

Methods

  • Serializes the StoredVersionedContractByHash instance to a byte array.

    Returns

    The serialized byte array.

    Returns Uint8Array

Generated using TypeDoc