Type alias BuilderRegistrationMessage

BuilderRegistrationMessage: {
    fee_recipient: string;
    gas_limit: number;
    pubkey: string;
    timestamp: number;
}

Unsigned DV Builder Registration Message

Type declaration

  • fee_recipient: string

    The DV fee recipient.

  • gas_limit: number

    Default is 30000000.

  • pubkey: string

    The public key of the DV.

  • timestamp: number

    Timestamp when generating cluster lock file.

Generated using TypeDoc