pub fn get_metadata_accounts_by_update_authority(
    client: &RpcClient,
    update_authority: &String
) -> Result<Vec<(Pubkey, Account)>, SnapshotError>