Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerLeaderboardRegistrationParams

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

    Properties

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