@sentio/sdk
    Preparing search index...

    Interface RotationProofChallenge

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

    Properties

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