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

    Type Alias PrepareSetAutoRenewedValidatorConfigTxnParameters

    PrepareSetAutoRenewedValidatorConfigTxnParameters: CommonTxParams & {
        auth: number[];
        autoCompoundRewardPercentage: number;
        context?: ContextType.Context;
        period: bigint;
        validatorTxId: string;
    }

    Type declaration

    • auth: number[]

      Indices from the auto-renewed validator owner set that will authorize this config update.

    • autoCompoundRewardPercentage: number

      Percentage of rewards to restake in the next cycle. 0 withdraws all rewards and 100 restakes all rewards.

    • Optionalcontext?: ContextType.Context

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

    • period: bigint

      Duration of the next validation cycle in seconds. Set to 0 to stop validating after the current cycle.

    • validatorTxId: string

      ID of the transaction that created the auto-renewed validator.