Vana SDK - v3.5.0
    Preparing search index...

    Interface SubmitDepositParams

    Parameters for submitting a deposit tx hash to the gateway.

    The gateway will decode the account from the tx's calldata and credit the identified account once the tx reaches the configured confirmation depth.

    interface SubmitDepositParams {
        txHash: `0x${string}`;
    }
    Index

    Properties

    Properties

    txHash: `0x${string}`

    0x-prefixed 32-byte transaction hash.