Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareRegisterL1ValidatorTxnParameters

    PrepareRegisterL1ValidatorTxnParameters: CommonTxParams & { blsSignature: string; context?: ContextType.Context; initialBalanceInAvax: bigint; message: string }

    Type declaration

    • blsSignature: string

      BLS signature of the validator.

    • Optionalcontext?: ContextType.Context

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

    • initialBalanceInAvax: bigint

      Initial balance (in nano AVAX) of the L1 validator getting registered, Balance is required for paying a contiguous fee to the Primary Network to validate the L1.

    • message: string

      Signed warp message hex with the AddressedCall payload containing message of type RegisterL1ValidatorMessage.