Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareRemoveSubnetValidatorTxnParameters

    PrepareRemoveSubnetValidatorTxnParameters: CommonTxParams & { context?: ContextType.Context; nodeId: string; subnetAuth: readonly (...)[]; subnetId: string }

    Type declaration

    • Optionalcontext?: ContextType.Context

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

    • nodeId: string

      Node ID of the validator being removed.

    • subnetAuth: readonly (...)[]

      Array of indices from the subnet's owners array who will sign this RemoveSubnetValidatorTx.

    • subnetId: string

      Subnet ID of the subnet to remove the validator from.