OPNet
    Preparing search index...

    Class DeploymentTransaction

    This class is used to provide a deployment transaction. Properties could be null if reverted. DeploymentTransaction

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    blockNumber?: bigint

    The block number in which the transaction was included.

    burnedBitcoin: BigNumberish

    Returns the amount of satoshi that were burned in the transaction.

    bytecode?: Buffer<ArrayBufferLike>

    The bytecode of the contract.

    contractAddress?: string

    The p2op contract address. (SAFE)

    contractSaltHash?: Buffer<ArrayBufferLike>

    The salt verification hash of the contract.

    contractSeed?: Buffer<ArrayBufferLike>

    The seed of the contract.

    contractTweakedPublicKey?: Address

    The contract tweaked public key.

    deployerAddress?: Address

    The deployer address.

    deployerPubKey?: Buffer<ArrayBufferLike>

    The public key of the deployer.

    The events of the transaction.

    from?: Address

    This indicates who sent the transaction.

    gasUsed: bigint

    The amount of gas used by the transaction.

    hash: string

    The transaction "hash".

    id: string

    The transaction ID (hash).

    index: number

    The index of the transaction in the block.

    The inputs of the transaction.

    maxGasSat: BigNumberish

    The maximum amount of gas that can be spent by the transaction.

    OPNetType: Deployment

    The type of the transaction.

    The outputs of the transaction.

    The proof of work challenge.

    priorityFee: BigNumberish

    The priority fee of the transaction.

    rawEvents: ContractEvents = {}
    rawRevert?: Buffer<ArrayBufferLike>

    If the transaction was reverted, this field will contain the revert message.

    receipt?: Buffer<ArrayBufferLike>

    The receipt of the transaction.

    receiptProofs: string[]

    The receipt proofs of the transaction.

    revert?: string

    If the transaction was reverted, this field will contain the revert message.

    specialGasUsed: bigint

    Special gas used by the transaction.

    wasCompressed?: boolean

    Was the binary data compressed?