Vana SDK - v2.2.2
    Preparing search index...

    Interface ContractDeployment

    Tracks contract deployment metadata.

    Records when and how a contract was deployed to the blockchain, useful for verification and debugging.

    interface ContractDeployment {
        address: `0x${string}`;
        blockNumber: bigint;
        transactionHash: `0x${string}`;
    }
    Index

    Properties

    address: `0x${string}`

    The contract's deployed address

    blockNumber: bigint

    Block number where contract was deployed

    transactionHash: `0x${string}`

    Transaction hash of deployment