interface RotationProofChallenge {
    current_auth_key: string;
    new_public_key: string;
    originator: string;
    sequence_number: bigint;
}

Properties

current_auth_key: string
new_public_key: string
originator: string
sequence_number: bigint