Type Alias ScoreUpdated

ScoreUpdated: PlainDescriptor<{
    new_score: bigint;
    who: SS58String;
}>

Updated the score of some account to the given amount.