Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerLeaderboardRegistrationParams

    interface IndexerServerLeaderboardRegistrationParams {
        subaccount: string;
        contest_id: number;
        update_registration: SignedTx<EIP712LeaderboardAuthenticationValues> | null;
    }
    Index

    Properties

    subaccount: string
    contest_id: number
    update_registration: SignedTx<EIP712LeaderboardAuthenticationValues> | null