Avalanche SDK Client - v0.0.4-alpha.14
    Preparing search index...

    Type Alias PrepareIncreaseL1ValidatorBalanceTxnParameters

    PrepareIncreaseL1ValidatorBalanceTxnParameters: CommonTxParams & { balanceInNanoAvax: bigint; context?: ContextType.Context; validationId: string }

    Type declaration

    • balanceInNanoAvax: bigint

      Amount of AVAX to increase the L1 validator balance by (in nano AVAX).

    • Optionalcontext?: ContextType.Context

      Optional. The context to use for the transaction. If not provided, the context will be fetched.

    • validationId: string

      Validation ID of the L1 validator.