Vana SDK - v0.1.0
    Preparing search index...

    Interface TransactionOptions

    Transaction options

    interface TransactionOptions {
        gasLimit?: bigint;
        gasPrice?: bigint;
        maxFeePerGas?: bigint;
        maxPriorityFeePerGas?: bigint;
        nonce?: number;
        value?: bigint;
    }
    Index

    Properties

    gasLimit?: bigint

    Gas limit

    gasPrice?: bigint

    Gas price

    maxFeePerGas?: bigint

    Max fee per gas (EIP-1559)

    maxPriorityFeePerGas?: bigint

    Max priority fee per gas (EIP-1559)

    nonce?: number

    Nonce

    value?: bigint

    Value to send with transaction