Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareDisableL1ValidatorTxnParameters

    PrepareDisableL1ValidatorTxnParameters: CommonTxParams & { context?: ContextType.Context; disableAuth: number[]; validationId: string }

    Type declaration

    • Optionalcontext?: ContextType.Context

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

    • disableAuth: number[]

      Array of indices from the L1 validator's disable owners array who will sign this DisableL1ValidatorTx.

    • validationId: string

      Validation ID of the L1 validator.