Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareConvertSubnetToL1TxnParameters

    PrepareConvertSubnetToL1TxnParameters: CommonTxParams & {
        blockchainId: string;
        context?: ContextType.Context;
        managerContractAddress: string;
        subnetAuth: readonly (...)[];
        subnetId: string;
        validators: L1Validator[];
    }

    Type declaration

    • blockchainId: string

      Blockchain ID of the L1 where the validator manager contract is deployed.

    • Optionalcontext?: ContextType.Context

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

    • managerContractAddress: string

      Address of the validator manager contract.

    • subnetAuth: readonly (...)[]

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

    • subnetId: string

      Subnet ID of the subnet to convert to an L1.

    • validators: L1Validator[]

      Initial set of L1 validators after the conversion. []