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

Properties

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