Class DeployInfo

Represents information about a deploy in the blockchain. This class encapsulates details such as the deploy hash, the account making the deploy, gas usage, source URef, and associated transfers.

Hierarchy

  • DeployInfo

Constructors

Properties

Constructors

Properties

deployHash: Hash

The unique hash identifying the deploy. This hash is used to verify the integrity and authenticity of the deploy.

The account hash of the account initiating the deploy. This is used to identify the account responsible for the deploy.

gas: string

The amount of gas used for the deploy. This value is typically in motes, a subunit of CSPR.

source: URef

The source URef from which the deploy is triggered. URefs are used to identify a reference to a contract or resource in the blockchain.

transfers: TransferHash[]

A list of transfer hashes associated with the deploy. These are hashes that identify transfers (e.g., of CSPR or other assets) associated with the deploy.

Generated using TypeDoc