Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareIncreaseL1ValidatorBalanceTxnParameters

    PrepareIncreaseL1ValidatorBalanceTxnParameters: CommonTxParams & { balanceInAvax: number; context?: ContextType.Context; validationId: string }

    Type declaration

    • balanceInAvax: number

      Amount of AVAX to increase the L1 validator balance by.

    • 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.